Fix K8s service account usage (#1672)

* Fix K8s service account usage

* bump chart version

Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
This commit is contained in:
Owen Haynes
2020-11-06 21:15:06 +00:00
committed by GitHub
parent 7152434457
commit 2886b848ba
5 changed files with 10 additions and 2 deletions
@@ -7,3 +7,7 @@ metadata:
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
{{- with .Values.serviceAccount.annotations }}
annotations:
{{ toYaml . | indent 4 }}
{{- end }}