Update VK AKS chart to have RBAC. RBAC default = true

This commit is contained in:
Jeremy Rickard
2018-07-30 13:51:07 -06:00
parent ef6ae9ecf4
commit c3cb96d4d1
7 changed files with 32 additions and 1 deletions

View File

@@ -56,5 +56,8 @@ spec:
hostPath:
path: /etc/kubernetes/azure.json
type: File
{{ if .Values.rbac.install }}
serviceAccountName: {{ template "fullname" . }}
{{ end }}
nodeSelector:
beta.kubernetes.io/os: linux