chore(argo-cd): add priorityClassName to redis-secret-init job (#2709)

Signed-off-by: Thomas Berreis <thomas@berreis.de>
This commit is contained in:
tberreis 2024-05-22 13:20:34 +02:00 committed by GitHub
parent f431e9b2be
commit 3174f52ffc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 2 deletions

View file

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