Skip to content

Commit 6e5e5fe

Browse files
authored
remove spaces from deployment.yml (#463)
* remove spaces from deployment.yml * remove spaces from deployment.yml
1 parent fa4770a commit 6e5e5fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sapbtp-operator-charts/templates/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ spec:
144144
{{- if .Values.manager.affinity }}
145145
affinity: {{ toYaml .Values.manager.affinity | nindent 8 }}
146146
{{- end }}
147-
{ { - if .Values.manager.topologySpreadConstraints } }
148-
topologySpreadConstraints: { { toYaml .Values.manager.topologySpreadConstraints | nindent 8 } }
149-
{ { - end } }
147+
{{- if .Values.manager.topologySpreadConstraints }}
148+
topologySpreadConstraints: {{ toYaml .Values.manager.topologySpreadConstraints | nindent 8 }}
149+
{{- end }}

0 commit comments

Comments
 (0)