mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 02:17:58 +00:00
5606afd886
* update helm chart from substrate * ci: change container image to kubetools
11 lines
277 B
YAML
11 lines
277 B
YAML
{{- if .Values.rbac.enable }}
|
|
# service account for polkadot 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 }}
|