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:
140140 - --csi-address=$(ADDRESS)
141141 - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
142142 - --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
151143 env :
152144 - name : ADDRESS
153145 value : /csi/csi.sock
Original file line number Diff line number Diff line change @@ -102,14 +102,6 @@ spec:
102102 - --csi-address=$(ADDRESS)
103103 - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
104104 - --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
113105 env :
114106 - name : ADDRESS
115107 value : /csi/csi.sock
You can’t perform that action at this time.
0 commit comments