Skip to content

Commit

Permalink
remove spaces from deployment.yml (#463)
Browse files Browse the repository at this point in the history
* remove spaces from deployment.yml

* remove spaces from deployment.yml
  • Loading branch information
I065450 authored Sep 1, 2024
1 parent fa4770a commit 6e5e5fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sapbtp-operator-charts/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ spec:
{{- if .Values.manager.affinity }}
affinity: {{ toYaml .Values.manager.affinity | nindent 8 }}
{{- end }}
{ { - if .Values.manager.topologySpreadConstraints } }
topologySpreadConstraints: { { toYaml .Values.manager.topologySpreadConstraints | nindent 8 } }
{ { - end } }
{{- if .Values.manager.topologySpreadConstraints }}
topologySpreadConstraints: {{ toYaml .Values.manager.topologySpreadConstraints | nindent 8 }}
{{- end }}

0 comments on commit 6e5e5fe

Please sign in to comment.