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:
parent
fcee9a6046
commit
f431e9b2be
4 changed files with 20 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue