diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 37e3783..80efef0 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -42,7 +42,7 @@ spec: {{- with .Values.topologySpreadConstraints }} topologySpreadConstraints: {{- range . }} - - {{ toYaml . | trim | nindent 8 }} + - {{ toYaml . | nindent 8 | trim }} {{- if not .labelSelector }} labelSelector: matchLabels: