File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed
blob-csi-driver/templates Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -142,14 +142,6 @@ spec:
142
142
- --csi-address=$(ADDRESS)
143
143
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
144
144
- --v=2
145
- livenessProbe :
146
- exec :
147
- command :
148
- - /csi-node-driver-registrar
149
- - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
150
- - --mode=kubelet-registration-probe
151
- initialDelaySeconds : 30
152
- timeoutSeconds : 15
153
145
env :
154
146
- name : ADDRESS
155
147
value : /csi/csi.sock
Original file line number Diff line number Diff line change @@ -102,14 +102,6 @@ spec:
102
102
- --csi-address=$(ADDRESS)
103
103
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
104
104
- --v=2
105
- livenessProbe :
106
- exec :
107
- command :
108
- - /csi-node-driver-registrar
109
- - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
110
- - --mode=kubelet-registration-probe
111
- initialDelaySeconds : 30
112
- timeoutSeconds : 15
113
105
env :
114
106
- name : ADDRESS
115
107
value : /csi/csi.sock
You can’t perform that action at this time.
0 commit comments