Radosław Piliszek 54cc039184 Add an example Helm chart
Change-Id: I052b48b039e0f7b9413d6f90e2a9ffd85a17bbe9
2023-05-30 18:50:27 +02:00

13 lines
360 B
YAML

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