add helmchart
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-13 22:55:18 +01:00
parent 58a7ecc7d8
commit 24d0e0e1b6
11 changed files with 405 additions and 0 deletions

View File

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