Skip to content

Commit 3fa0db5

Browse files
committed
turn on read-only for dev channel instead of alpha
1 parent 05e6481 commit 3fa0db5

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)