Skip to content

Commit

Permalink
fix helm and add support for affinity
Browse files Browse the repository at this point in the history
  • Loading branch information
I065450 committed Aug 19, 2024
1 parent ca2b1b5 commit a00f10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapbtp-operator-charts/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a00f10a

Please sign in to comment.