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

@ -49,6 +49,9 @@ spec:
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.redisSecretInit.priorityClassName | default .Values.global.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}
restartPolicy: OnFailure
{{- with .Values.redisSecretInit.nodeSelector | default .Values.global.nodeSelector }}
nodeSelector: