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

@ -1662,6 +1662,10 @@ redisSecretInit:
# -- Automount API credentials for the Service Account
automountServiceAccountToken: true
# -- Priority class for Redis secret-init Job
# @default -- `""` (defaults to global.priorityClassName)
priorityClassName: ""
# -- Node selector to be added to the Redis secret-init Job
# @default -- `{}` (defaults to global.nodeSelector)
nodeSelector: {}