Skip to content

Commit 764b259

Browse files
authored
fix Helm indentation issue (#911)
Signed-off-by: AdheipSingh <[email protected]>
1 parent a155b61 commit 764b259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/templates/standalone-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
{{- toYaml . | nindent 8 }}
1919
{{- end }}
2020
labels:
21-
{{- .Values.parseable.podLabels | toYaml | nindent 4 }}
21+
{{- .Values.parseable.podLabels | toYaml | nindent 8 }}
2222
{{- include "parseable.labelsSelector" . | nindent 8 }}
2323
spec:
2424
{{- with .Values.parseable.imagePullSecrets }}
@@ -109,4 +109,4 @@ spec:
109109
tolerations:
110110
{{- toYaml . | nindent 8 }}
111111
{{- end }}
112-
{{- end }}
112+
{{- end }}

0 commit comments

Comments
 (0)