Skip to content

Commit

Permalink
Fixing indent on elasticsearch.yaml template (helm) (#7144)
Browse files Browse the repository at this point in the history
Code-style fix.
  • Loading branch information
azro352 authored Sep 1, 2023
1 parent ce126c8 commit 26c7606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
{{ fail "At least one nodeSet is required" }}
{{- end }}
nodeSets:
{{ toYaml .Values.nodeSets | nindent 4 }}
{{ toYaml .Values.nodeSets | nindent 4 }}
{{- with .Values.image }}
image: {{ . }}
{{- end }}
Expand Down

0 comments on commit 26c7606

Please sign in to comment.