From a819b24d53c605bfd4dca423fb469f572beff5d0 Mon Sep 17 00:00:00 2001 From: hongming Date: Thu, 28 Nov 2024 16:30:39 +0800 Subject: [PATCH] fix the x509 certificate error (#2092) Signed-off-by: hongming --- config/ks-core/templates/ks-controller-manager.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ks-core/templates/ks-controller-manager.yaml b/config/ks-core/templates/ks-controller-manager.yaml index 7fa3ee147..2011cb46b 100644 --- a/config/ks-core/templates/ks-controller-manager.yaml +++ b/config/ks-core/templates/ks-controller-manager.yaml @@ -11,8 +11,8 @@ metadata: spec: strategy: rollingUpdate: - maxSurge: 1 - maxUnavailable: 0 + maxSurge: 0 + maxUnavailable: 1 type: RollingUpdate progressDeadlineSeconds: 600 replicas: {{ if .Values.ha.enabled }}3{{ else }}1{{ end }}