Skip to content

Commit d83cbd5

Browse files
committed
fix the indentation for the podLabels
1 parent d97f897 commit d83cbd5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

scripts/devtron-reference-helm-charts/statefulset-chart_4-18-0/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
{{ toYaml .Values.appLabels | indent 8 }}
7676
{{- end }}
7777
{{- if .Values.podLabels }}
78-
{{ toYaml .Values.podLabels | indent 8 }}
78+
{{ toYaml .Values.podLabels | indent 8 }}
7979
{{- end }}
8080
spec:
8181
{{- if $.Values.podExtraSpecs }}

scripts/devtron-reference-helm-charts/statefulset-chart_4-19-0/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
{{ toYaml .Values.appLabels | indent 8 }}
7676
{{- end }}
7777
{{- if .Values.podLabels }}
78-
{{ toYaml .Values.podLabels | indent 8 }}
78+
{{ toYaml .Values.podLabels | indent 8 }}
7979
{{- end }}
8080
spec:
8181
{{- if $.Values.podExtraSpecs }}

scripts/devtron-reference-helm-charts/statefulset-chart_5-0-0/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
{{ toYaml .Values.appLabels | indent 8 }}
8080
{{- end }}
8181
{{- if .Values.podLabels }}
82-
{{ toYaml .Values.podLabels | indent 8 }}
82+
{{ toYaml .Values.podLabels | indent 8 }}
8383
{{- end }}
8484
spec:
8585
{{- if $.Values.podExtraSpecs }}

scripts/devtron-reference-helm-charts/statefulset-chart_5-1-0/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
{{ toYaml .Values.appLabels | indent 8 }}
9898
{{- end }}
9999
{{- if .Values.podLabels }}
100-
{{ toYaml .Values.podLabels | indent 8 }}
100+
{{ toYaml .Values.podLabels | indent 8 }}
101101
{{- end }}
102102
{{- end }}
103103
spec:

0 commit comments

Comments
 (0)