File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
deployments/helm/nvidia-dra-driver-gpu/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,20 +29,20 @@ rules:
2929- apiGroups : [""]
3030 resources : ["pods"]
3131 verbs : ["get", "list", "watch"]
32-
33- {{- range $namespace := splitList "," (include "nvidia-dra-driver-gpu.namespaces" .) }}
3432---
3533apiVersion : v1
3634kind : ServiceAccount
3735metadata :
3836 name : {{ include "nvidia-dra-driver-gpu.serviceAccountName" $ }}
39- namespace : {{ $ namespace }}
37+ namespace : {{ include "nvidia-dra-driver-gpu. namespace" . }}
4038 labels :
4139 {{- include "nvidia-dra-driver-gpu.labels" $ | nindent 4 }}
4240 {{- with $.Values.serviceAccount.annotations }}
4341 annotations :
4442 {{- toYaml . | nindent 4 }}
4543 {{- end }}
44+
45+ {{- range $namespace := splitList "," (include "nvidia-dra-driver-gpu.namespaces" .) }}
4646---
4747apiVersion : rbac.authorization.k8s.io/v1
4848kind : Role
You can’t perform that action at this time.
0 commit comments