fix(argo-events): wire up priorityClassName (#1940)

This commit is contained in:
Rafał Boniecki 2023-04-01 20:40:02 +00:00 committed by GitHub
parent 3c24d55fa4
commit 0697ab1e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View file

@ -27,6 +27,9 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
{{- with .Values.controller.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}
{{- with .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}