File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
deploy/kubernetes/overlays/alpha Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,7 @@ patchesJson6902:
15
15
resources :
16
16
- rbac_add_snapshotter.yaml
17
17
- rbac_add_resizer.yaml
18
+
19
+ # Reapplying namespace transformer to include newly added RBAC rules.
20
+ namespace :
21
+ gce-pd-csi-driver
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ metadata:
25
25
subjects :
26
26
- kind : ServiceAccount
27
27
name : csi-controller-sa
28
- namespace : default
29
28
roleRef :
30
29
kind : ClusterRole
31
30
name : external-resizer-role
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ metadata:
42
42
subjects :
43
43
- kind : ServiceAccount
44
44
name : csi-controller-sa
45
- namespace : default
46
45
roleRef :
47
46
kind : ClusterRole
48
47
name : external-snapshotter-role
You can’t perform that action at this time.
0 commit comments