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
|
|
@ -1359,6 +1359,7 @@ If you use an External Redis (See Option 3 above), this Job is not deployed.
|
|||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| redisSecretInit.containerSecurityContext | object | See [values.yaml] | Application controller container-level security context |
|
||||
| redisSecretInit.enabled | bool | `true` | Enable Redis secret initialization. If disabled, secret must be provisioned by alternative methods |
|
||||
| redisSecretInit.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the Redis secret-init Job |
|
||||
| redisSecretInit.image.repository | string | `""` (defaults to global.image.repository) | Repository to use for the Redis secret-init Job |
|
||||
| redisSecretInit.image.tag | string | `""` (defaults to global.image.tag) | Tag to use for the Redis secret-init Job |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue