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:
Michael Vittrup Larsen 2024-05-23 14:36:49 +02:00 committed by GitHub
parent e6776415a4
commit 728b6e7326
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 6 deletions

View file

@ -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