diff --git a/deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml b/deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml index 48c089aed..e705b83d0 100644 --- a/deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml +++ b/deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml @@ -101,7 +101,6 @@ spec: name: plugins-dir - name: liveness-probe - imagePullPolicy: Always volumeMounts: - mountPath: /csi name: socket-dir diff --git a/deploy/master/hostpath/csi-hostpath-plugin.yaml b/deploy/master/hostpath/csi-hostpath-plugin.yaml index 8a7f72425..d7cf2cf58 100644 --- a/deploy/master/hostpath/csi-hostpath-plugin.yaml +++ b/deploy/master/hostpath/csi-hostpath-plugin.yaml @@ -101,7 +101,6 @@ spec: name: plugins-dir - name: liveness-probe - imagePullPolicy: Always volumeMounts: - mountPath: /csi name: socket-dir