feat(argo-cd): Add priorityClassName to notifications (#1439)
Allow to set up a priorityClassName for notifications controller Pods Signed-off-by: Paweł Kalemba <pawel.kalemba@getresponse.com> Signed-off-by: Paweł Kalemba <pawel.kalemba@getresponse.com>
This commit is contained in:
parent
0bac122e98
commit
db0957d3cb
4 changed files with 9 additions and 2 deletions
|
|
@ -100,4 +100,7 @@ spec:
|
|||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.notifications.priorityClassName }}
|
||||
priorityClassName: {{ . }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue