Minor fixes 11 11 (#164)

* Fixes documentation for arguments (#159)
* enable redis by default (#148)
* patch version bump
This commit is contained in:
Jaret 2019-11-13 19:01:01 -08:00 committed by Sean Johnson
parent 6321442a01
commit ca5d1d7078
4 changed files with 11 additions and 9 deletions

View file

@ -27,6 +27,7 @@ controller:
logLevel: info
## Additional command line arguments to pass to argocd-controller
## - key: value
extraArgs: []
## Annotations to be added to controller pods
@ -158,7 +159,7 @@ dex:
## Redis
redis:
enabled: false
enabled: true
name: redis
image:
@ -196,8 +197,9 @@ server:
# imagePullPolicy: IfNotPresent
## Additional command line arguments to pass to argocd-server
## - key: value
# extraArgs: []
# - insecure
# - insecure: true
extraArgs: []
## Argo server log level
@ -402,7 +404,7 @@ repoServer:
# imagePullPolicy: IfNotPresent
## Additional command line arguments to pass to argocd-repo-server
##
## - key: value
extraArgs: []
## Argo repoServer log level