feat(chart): add kubernetes helm chart

This commit is contained in:
2022-11-14 17:59:57 +00:00
parent 99567edfc4
commit 4e36d51dc1
13 changed files with 424 additions and 3 deletions

View File

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