Skip to content

Commit c4a6900

Browse files
committed
set default deployment strategy to Recreate for controller
1 parent 9a3af58 commit c4a6900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/latest/csi-driver-nfs/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ kubeletDir: /var/lib/kubelet
3838
controller:
3939
name: csi-nfs-controller
4040
replicas: 1
41-
strategyType: RollingUpdate
41+
strategyType: Recreate
4242
runOnMaster: false
4343
runOnControlPlane: false
4444
livenessProbe:

0 commit comments

Comments
 (0)