1
0
Fork 0

feat: add Helm chart

This commit is contained in:
Vojtěch Mareš 2022-05-19 13:50:33 +02:00
parent 67d826cd43
commit 7161a5e290
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
7 changed files with 166 additions and 0 deletions

View file

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