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 56f4524 commit 5937997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/templates/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
{{- with .Values.controller.topologySpreadConstraints | default .Values.global.topologySpreadConstraints }}
topologySpreadConstraints:
{{- range . }}
- {{ toYaml . | trim | nindent 8 }}
- {{ toYaml . | nindent 8 | trim }}
{{- if not .labelSelector }}
labelSelector:
matchLabels:
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/webhook-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
{{- with .Values.webhook.topologySpreadConstraints | default .Values.global.topologySpreadConstraints }}
topologySpreadConstraints:
{{- range . }}
- {{ toYaml . | trim | nindent 8 }}
- {{ toYaml . | nindent 8 | trim }}
{{- if not .labelSelector }}
labelSelector:
matchLabels:
Expand Down

0 comments on commit 5937997

Please sign in to comment.