This commit is contained in:
Julien Cabillot
2021-06-24 16:32:53 -04:00
parent afa305eb4f
commit 257b730991
10 changed files with 371 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "ip.serviceAccountName" . }}
labels:
{{- include "ip.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}