Update VK AKS chart to have RBAC. RBAC default = true
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user