chore(argo-cd): add priorityClassName to redis-secret-init job (#2709)
Signed-off-by: Thomas Berreis <thomas@berreis.de>
This commit is contained in:
parent
f431e9b2be
commit
3174f52ffc
4 changed files with 10 additions and 2 deletions
|
|
@ -1368,6 +1368,7 @@ If you use an External Redis (See Option 3 above), this Job is not deployed.
|
|||
| redisSecretInit.nodeSelector | object | `{}` (defaults to global.nodeSelector) | Node selector to be added to the Redis secret-init Job |
|
||||
| redisSecretInit.podAnnotations | object | `{}` | Annotations to be added to the Redis secret-init Job |
|
||||
| redisSecretInit.podLabels | object | `{}` | Labels to be added to the Redis secret-init Job |
|
||||
| redisSecretInit.priorityClassName | string | `""` (defaults to global.priorityClassName) | Priority class for Redis secret-init Job |
|
||||
| redisSecretInit.resources | object | `{}` | Resource limits and requests for Redis secret-init Job |
|
||||
| redisSecretInit.securityContext | object | `{}` | Redis secret-init Job pod-level security context |
|
||||
| redisSecretInit.serviceAccount.annotations | object | `{}` | Annotations applied to created service account |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue