diff --git a/sapbtp-operator-charts/templates/deployment.yml b/sapbtp-operator-charts/templates/deployment.yml index ac0cece3..9bfb3024 100644 --- a/sapbtp-operator-charts/templates/deployment.yml +++ b/sapbtp-operator-charts/templates/deployment.yml @@ -142,5 +142,5 @@ spec: tolerations: {{ toYaml .Values.manager.tolerations | nindent 8 }} {{- end }} {{- if .Values.manager.affinity }} - affinity: {{ - toYaml .Values.manager.affinity | nindent 8 }} + affinity: {{ toYaml .Values.manager.affinity | nindent 8 }} {{- end }} \ No newline at end of file