ApplicationSet deployment uses global tolerations
Fixes #1880 Signed-off-by: Ian Martin <ian@imartin.net>
This commit is contained in:
parent
9663ca2fbd
commit
a947c3e251
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.applicationSet.tolerations }}
|
{{- with .Values.applicationSet.tolerations | default .Values.global.tolerations }}
|
||||||
tolerations:
|
tolerations:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue