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 @@ -140,14 +140,6 @@ spec:
140
140
- --csi-address=$(ADDRESS)
141
141
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
142
142
- --v=2
143
- livenessProbe :
144
- exec :
145
- command :
146
- - /csi-node-driver-registrar
147
- - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
148
- - --mode=kubelet-registration-probe
149
- initialDelaySeconds : 30
150
- timeoutSeconds : 15
151
143
env :
152
144
- name : ADDRESS
153
145
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