We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4770a commit 6e5e5feCopy full SHA for 6e5e5fe
sapbtp-operator-charts/templates/deployment.yml
@@ -144,6 +144,6 @@ spec:
144
{{- if .Values.manager.affinity }}
145
affinity: {{ toYaml .Values.manager.affinity | nindent 8 }}
146
{{- end }}
147
- { { - if .Values.manager.topologySpreadConstraints } }
148
- topologySpreadConstraints: { { toYaml .Values.manager.topologySpreadConstraints | nindent 8 } }
149
- { { - end } }
+ {{- if .Values.manager.topologySpreadConstraints }}
+ topologySpreadConstraints: {{ toYaml .Values.manager.topologySpreadConstraints | nindent 8 }}
+ {{- end }}
0 commit comments