chore(argo-cd): add nodeselector and tolerations to redis-secret-init job (#2708)

chore(argo-cd): add nodeselector and tolerations to redis-secret-init-job

Signed-off-by: Pavan <borntofight090@gmail.com>
Co-authored-by: Pavan <pavan.hn@vida.id>
This commit is contained in:
Pavan Kumar 2024-05-22 12:47:05 +05:30 committed by GitHub
parent fcee9a6046
commit f431e9b2be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 20 additions and 5 deletions

View file

@ -1662,6 +1662,13 @@ redisSecretInit:
# -- Automount API credentials for the Service Account
automountServiceAccountToken: true
# -- Node selector to be added to the Redis secret-init Job
# @default -- `{}` (defaults to global.nodeSelector)
nodeSelector: {}
# -- Tolerations to be added to the Redis secret-init Job
# @default -- `[]` (defaults to global.tolerations)
tolerations: []
## Server
server: