feat: add support for namespaced install (#263)

This commit is contained in:
Kristof Farkas-Pall 2020-04-30 22:00:07 +01:00 committed by GitHub
parent ab83169c2d
commit de30e84cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 72 additions and 22 deletions

View file

@ -3,4 +3,6 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ .Values.server.serviceAccount }}
annotations:
{{ toYaml .Values.server.serviceAccountAnnotations | indent 4 }}
{{- end -}}