File tree 4 files changed +2
-22
lines changed
4 files changed +2
-22
lines changed Original file line number Diff line number Diff line change 36
36
# - "--run-node-service=false" # disable the node service of the CSI driver
37
37
- " --leader-election"
38
38
- " --default-fstype=ext4"
39
+ - " --controller-publish-readonly=true"
39
40
env :
40
41
- name : PDCSI_NAMESPACE
41
42
valueFrom :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : imagetag-csi-provisioner
5
5
imageTag :
6
6
name : k8s.gcr.io/sig-storage/csi-provisioner
7
- newTag : " v2.2.1 "
7
+ newTag : " v3.0.0 "
8
8
9
9
---
10
10
apiVersion : builtin
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ kind: Kustomization
3
3
patchesStrategicMerge :
4
4
- controller_always_pull.yaml
5
5
- node_always_pull.yaml
6
- - controller_readonly.yaml
7
6
namespace : gce-pd-csi-driver
8
7
resources :
9
8
- ../../base/
You can’t perform that action at this time.
0 commit comments