From 5b8503be8df728a1d317337846568d14c0b1fa26 Mon Sep 17 00:00:00 2001 From: Adriaan Knapen Date: Wed, 25 Mar 2020 11:25:04 +0100 Subject: [PATCH] fix: set extraArgs default to be a sequence Addresses issue #281 Inconsistency introduced in #265 --- charts/argo-cd/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index cef83273..8c3f94d6 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -36,8 +36,8 @@ controller: logLevel: info ## Additional command line arguments to pass to argocd-controller - ## key: value - extraArgs: {} + ## + extraArgs: [] ## Environment variables to pass to argocd-controller ## @@ -301,9 +301,9 @@ server: imagePullPolicy: # IfNotPresent ## Additional command line arguments to pass to argocd-server - ## key: value - extraArgs: {} - # insecure: true + ## + extraArgs: [] + # - --insecure ## Environment variables to pass to argocd-server ## @@ -556,8 +556,8 @@ repoServer: imagePullPolicy: # IfNotPresent ## Additional command line arguments to pass to argocd-repo-server - ## key: value - extraArgs: {} + ## + extraArgs: [] ## Environment variables to pass to argocd-repo-server ##