feat(argo-cd): Add affinity to redisSecretInit Job (#2962)
feat: Add affinity to redisSecretInit Job Signed-off-by: killianmuldoon <kmuldoon@nvidia.com>
This commit is contained in:
parent
d61432be3c
commit
bbb38b310d
4 changed files with 11 additions and 3 deletions
|
|
@ -1394,6 +1394,7 @@ If you use an External Redis (See Option 3 above), this Job is not deployed.
|
|||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| redisSecretInit.affinity | object | `{}` | Assign custom [affinity] rules to the Redis secret-init Job |
|
||||
| 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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue