Minor fixes 11 11 (#164)
* Fixes documentation for arguments (#159) * enable redis by default (#148) * patch version bump
This commit is contained in:
parent
6321442a01
commit
ca5d1d7078
4 changed files with 11 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue