From c8a8705fcdfd807fed13cfe9cec17698318dcf8f Mon Sep 17 00:00:00 2001 From: Aditya Menon Date: Tue, 27 Jul 2021 13:01:26 +0200 Subject: [PATCH] Remove trailing space Signed-off-by: Aditya Menon --- charts/argo-cd/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index bff2f08c..d930fcd8 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -430,7 +430,7 @@ server: ## extraArgs: [] # - --insecure - + # This flag is used to either remove or pass the CLI flag --staticassets /shared/app to the argocd-server app staticAssets: enabled: false