Skip to content

Commit 744870c

Browse files
authored
Merge pull request #881 from leiyiz/rox-fix
turn on read-only for dev channel instead of alpha
2 parents b079407 + 3fa0db5 commit 744870c

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

deploy/kubernetes/overlays/alpha/kustomization.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ kind: Kustomization
33
namespace: gce-pd-csi-driver
44
resources:
55
- ../../base/
6-
patchesStrategicMerge:
7-
- controller_readonly.yaml
86
transformers:
97
- ../../images/alpha

deploy/kubernetes/overlays/dev/kustomization.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: Kustomization
33
patchesStrategicMerge:
44
- controller_always_pull.yaml
55
- node_always_pull.yaml
6+
- controller_readonly.yaml
67
namespace: gce-pd-csi-driver
78
resources:
89
- ../../base/

0 commit comments

Comments
 (0)