Skip to content

Commit

Permalink
Fix indentation in if sentence
Browse files Browse the repository at this point in the history
Signed-off-by: Joan Miquel Luque Oliver <[email protected]>
  • Loading branch information
xoanmi committed May 31, 2024
1 parent eb69aaa commit 1952cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/exporter/exporter-dpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
component: exporter
app.kubernetes.io/component: exporter
spec:
{{- if .Values.exporter.autoscaling.enabled }}
{{- if .Values.exporter.autoscaling.enabled }}
replicas: {{ .Values.exporter.replicas }}
{{- end }}
revisionHistoryLimit: {{ .Values.exporter.revisionHistoryLimit }}
Expand Down

0 comments on commit 1952cc0

Please sign in to comment.