fix(argo-cd): ApplicationSet deployment uses global tolerations (#1881)
* ApplicationSet deployment uses global tolerations Fixes #1880 Signed-off-by: Ian Martin <ian@imartin.net> * Bump chart version, add artifacthub annotations Signed-off-by: Ian Martin <ian@imartin.net> * correct change entry Signed-off-by: Ian Martin <ian@imartin.net> --------- Signed-off-by: Ian Martin <ian@imartin.net>
This commit is contained in:
parent
9663ca2fbd
commit
77d9214543
2 changed files with 4 additions and 14 deletions
|
|
@ -209,7 +209,7 @@ spec:
|
|||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.applicationSet.tolerations }}
|
||||
{{- with .Values.applicationSet.tolerations | default .Values.global.tolerations }}
|
||||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue