Skip to content

Commit ea87eee

Browse files
committed
Remove trailing whitespace
1 parent c9eb47d commit ea87eee

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/invenio/templates/web-deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ spec:
1818
spec:
1919
terminationGracePeriodSeconds: {{ .Values.web.terminationGracePeriodSeconds }}
2020
{{- with .Values.web.nodeSelector }}
21-
nodeSelector:
21+
nodeSelector:
2222
{{- tpl (toYaml .) $ | nindent 8 -}}
2323
{{- end }}
2424
{{- with .Values.web.tolerations }}
25-
tolerations:
25+
tolerations:
2626
{{- tpl (toYaml .) $ | nindent 8 -}}
2727
{{- end }}
2828
containers:

charts/invenio/templates/worker-beat-deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ spec:
1717
app.kubernetes.io/component: worker-beat
1818
spec:
1919
{{- with .Values.workerBeat.nodeSelector }}
20-
nodeSelector:
20+
nodeSelector:
2121
{{- tpl (toYaml .) $ | nindent 8 -}}
2222
{{- end }}
2323
{{- with .Values.workerBeat.tolerations }}
24-
tolerations:
24+
tolerations:
2525
{{- tpl (toYaml .) $ | nindent 8 -}}
2626
{{- end }}
2727
containers:

charts/invenio/templates/worker-deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ spec:
1717
app.kubernetes.io/component: worker
1818
spec:
1919
{{- with .Values.worker.nodeSelector }}
20-
nodeSelector:
20+
nodeSelector:
2121
{{- tpl (toYaml .) $ | nindent 8 -}}
2222
{{- end }}
2323
{{- with .Values.worker.tolerations }}
24-
tolerations:
24+
tolerations:
2525
{{- tpl (toYaml .) $ | nindent 8 -}}
2626
{{- end }}
2727
containers:

0 commit comments

Comments
 (0)