mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 06:57:58 +00:00
f5c32f71f4
* ci: add kubernetes helm chart and gcp deployment * use official or parity's docker images only
11 lines
238 B
YAML
11 lines
238 B
YAML
{{- if .Values.rbac.enable }}
|
|
# service account for substrate pods themselves
|
|
# no permissions for the api are required
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
labels:
|
|
app: substrate
|
|
name: {{ .Values.rbac.name }}
|
|
{{- end }}
|