diff --git a/charts/harvester-cloud-provider/templates/deployment.yaml b/charts/harvester-cloud-provider/templates/deployment.yaml index d3b8d5ed..2145c4c5 100644 --- a/charts/harvester-cloud-provider/templates/deployment.yaml +++ b/charts/harvester-cloud-provider/templates/deployment.yaml @@ -11,6 +11,10 @@ spec: selector: matchLabels: {{- include "harvester-cloud-provider.selectorLabels" . | nindent 6 }} + strategy: + rollingUpdate: + maxUnavailable: 1 + type: RollingUpdate template: metadata: labels: