Add apps of apps helm chart

This commit is contained in:
Ruben Hensen
2024-09-05 23:18:03 +02:00
parent 21ea1716ad
commit d36e19cab8
12 changed files with 458 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "apps.serviceAccountName" . }}
labels:
{{- include "apps.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
{{- end }}