helm shit

This commit is contained in:
2020-03-03 09:54:02 +01:00
parent 419ca5ac1a
commit 65ef51a518
8 changed files with 245 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "hello.serviceAccountName" . }}
labels:
{{- include "hello.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end -}}