- Moved helm/hades/* to hades/ to match ArgoCD path: hades - Included mysql-1.6.9.tgz subchart for ArgoCD dependency resolution - Fixed sync wave ordering: dbinit wave 0, deployment wave 1
13 lines
316 B
YAML
13 lines
316 B
YAML
{{- if .Values.serviceAccount.create -}}
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "hades.serviceAccountName" . }}
|
|
labels:
|
|
{{- include "hades.labels" . | nindent 4 }}
|
|
{{- with .Values.serviceAccount.annotations }}
|
|
annotations:
|
|
{{- toYaml . | nindent 4 }}
|
|
{{- end }}
|
|
{{- end }}
|