mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
53f40c583d
* add option to specifiy substrate node name via environment variable file * gitlab-ci: change job names and adopt to polkadot pipeline * upgrade helm chart Signed-off-by: gabriel <gabriel@parity.io>
11 lines
278 B
YAML
11 lines
278 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: {{ .Values.GitlabEnvSlug | default .Values.app }}
|
|
name: {{ .Values.rbac.name }}
|
|
{{- end }}
|