From 203a56ea84d02a8ffbcb600e87ef7502ee744547 Mon Sep 17 00:00:00 2001 From: Arnob Kumar Saha Date: Wed, 23 Sep 2026 21:58:07 +0600 Subject: [PATCH] Fix config-syncer cert issue Signed-off-by: Arnob Kumar Saha --- charts/config-syncer/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/config-syncer/templates/deployment.yaml b/charts/config-syncer/templates/deployment.yaml index e5c45f49..1bb52c5e 100644 --- a/charts/config-syncer/templates/deployment.yaml +++ b/charts/config-syncer/templates/deployment.yaml @@ -47,6 +47,8 @@ spec: imagePullPolicy: {{ .Values.imagePullPolicy }} args: - run + - --secure-port={{ default "8443" .Values.apiserver.securePort }} + - --cert-dir=/tmp/apiserver.local.config/certificates {{- if .Values.license }} - --license-file=/var/run/secrets/appscode/license/key.txt {{- end }}