Skip to content

Commit

Permalink
fix indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Jul 27, 2023
1 parent 843f48d commit ceaa97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
{{- with .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{- range . }}
- {{ toYaml . | trim | nindent 8 }}
- {{ toYaml . | nindent 8 | trim }}
{{- if not .labelSelector }}
labelSelector:
matchLabels:
Expand Down

0 comments on commit ceaa97c

Please sign in to comment.