create helm chart
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-11-19 21:39:05 -05:00
parent b8728e0be5
commit 64fb6351fe
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 "generic-helm-chart.serviceAccountName" . }}
labels:
{{- include "generic-helm-chart.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}