From 78b45e614d8b25242e3779b9d5df776ece7f1266 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Wed, 27 Mar 2024 11:01:57 +0700 Subject: [PATCH] style: consistence bool It will be rendered as "true" during helm template anyway --- bootstrap/argocd/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/argocd/values.yaml b/bootstrap/argocd/values.yaml index c2f3151d..14e5f887 100644 --- a/bootstrap/argocd/values.yaml +++ b/bootstrap/argocd/values.yaml @@ -4,7 +4,7 @@ argo-cd: configs: params: server.insecure: true - controller.diff.server.side: "true" + controller.diff.server.side: true cm: resource.ignoreResourceUpdatesEnabled: true resource.customizations.ignoreResourceUpdates.all: |