gui/charts/nebulous-gui/templates/serviceaccount.yaml
Radosław Piliszek a47ef4fe66 Init repo from the component-template
Change-Id: Icf79e9f844611417fc9e5336d8fc8667500ac570
2023-10-13 11:28:21 +02:00

13 lines
330 B
YAML

{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "nebulous-gui.serviceAccountName" . }}
labels:
{{- include "nebulous-gui.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}