feat(argo-cd): Make redis secret initialization optional (#2713)
* Make redis secret initialization optional Signed-off-by: michaelvl <mvl.gh@network42.dk> * Remove artifacthub.io/changes from previous change Signed-off-by: michaelvl <mvl.gh@network42.dk> --------- Signed-off-by: michaelvl <mvl.gh@network42.dk>
This commit is contained in:
parent
e6776415a4
commit
728b6e7326
7 changed files with 9 additions and 6 deletions
|
|
@ -1601,6 +1601,8 @@ externalRedis:
|
|||
secretAnnotations: {}
|
||||
|
||||
redisSecretInit:
|
||||
# -- Enable Redis secret initialization. If disabled, secret must be provisioned by alternative methods
|
||||
enabled: true
|
||||
# -- Redis secret-init name
|
||||
name: redis-secret-init
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue