ApplicationSet deployment uses global tolerations

Fixes #1880 

Signed-off-by: Ian Martin <ian@imartin.net>
This commit is contained in:
Ian Martin 2023-03-02 13:26:46 -07:00 committed by GitHub
parent 9663ca2fbd
commit a947c3e251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}