File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ spec:
18
18
spec :
19
19
terminationGracePeriodSeconds : {{ .Values.web.terminationGracePeriodSeconds }}
20
20
{{- with .Values.web.nodeSelector }}
21
- nodeSelector :
21
+ nodeSelector :
22
22
{{- tpl (toYaml .) $ | nindent 8 -}}
23
23
{{- end }}
24
24
{{- with .Values.web.tolerations }}
25
- tolerations :
25
+ tolerations :
26
26
{{- tpl (toYaml .) $ | nindent 8 -}}
27
27
{{- end }}
28
28
containers :
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ spec:
17
17
app.kubernetes.io/component : worker-beat
18
18
spec :
19
19
{{- with .Values.workerBeat.nodeSelector }}
20
- nodeSelector :
20
+ nodeSelector :
21
21
{{- tpl (toYaml .) $ | nindent 8 -}}
22
22
{{- end }}
23
23
{{- with .Values.workerBeat.tolerations }}
24
- tolerations :
24
+ tolerations :
25
25
{{- tpl (toYaml .) $ | nindent 8 -}}
26
26
{{- end }}
27
27
containers :
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ spec:
17
17
app.kubernetes.io/component : worker
18
18
spec :
19
19
{{- with .Values.worker.nodeSelector }}
20
- nodeSelector :
20
+ nodeSelector :
21
21
{{- tpl (toYaml .) $ | nindent 8 -}}
22
22
{{- end }}
23
23
{{- with .Values.worker.tolerations }}
24
- tolerations :
24
+ tolerations :
25
25
{{- tpl (toYaml .) $ | nindent 8 -}}
26
26
{{- end }}
27
27
containers :
You can’t perform that action at this time.
0 commit comments