Skip to content

Commit

Permalink
fix: Updates values.yaml to have proper map syntax for extraArgs (#197)
Browse files Browse the repository at this point in the history
Fixes #195
  • Loading branch information
seanson authored Dec 25, 2019
1 parent 4e16b77 commit 0eb2811
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.3.6"
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 1.5.2
version: 1.5.3
home: https://github.com/argoproj/argo-helm
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
keywords:
Expand Down
7 changes: 3 additions & 4 deletions charts/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ controller:

## Additional command line arguments to pass to argocd-controller
## key: value
extraArgs: []
extraArgs: {}

## Environment variables to pass to argocd-controller
##
Expand Down Expand Up @@ -255,9 +255,8 @@ server:

## Additional command line arguments to pass to argocd-server
## key: value
# extraArgs: []
extraArgs: {}
# insecure: true
extraArgs: []

## Environment variables to pass to argocd-server
##
Expand Down Expand Up @@ -491,7 +490,7 @@ repoServer:

## Additional command line arguments to pass to argocd-repo-server
## key: value
extraArgs: []
extraArgs: {}

## Environment variables to pass to argocd-repo-server
##
Expand Down

0 comments on commit 0eb2811

Please sign in to comment.