set default deployment strategy to Recreate for controller

This commit is contained in:
Mario Uhrin 2022-09-06 16:41:28 +02:00
parent 9a3af58bd1
commit c4a6900297

View File

@ -38,7 +38,7 @@ kubeletDir: /var/lib/kubelet
controller:
name: csi-nfs-controller
replicas: 1
strategyType: RollingUpdate
strategyType: Recreate
runOnMaster: false
runOnControlPlane: false
livenessProbe: