Skip to content

Commit 797f498

Browse files
smlxshifter
authored andcommitted
chore: use consistent indentation in opensearch-dashboards templates (opensearch-project#25)
Signed-off-by: Scott Leggett <scott@sl.id.au>
1 parent 1896233 commit 797f498

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

charts/opensearch-dashboards/templates/service.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ spec:
2121
{{ toYaml . | indent 4 }}
2222
{{- end }}
2323
ports:
24-
- port: {{ .Values.service.port }}
24+
- port: {{ .Values.service.port }}
2525
{{- if .Values.service.nodePort }}
26-
nodePort: {{ .Values.service.nodePort }}
26+
nodePort: {{ .Values.service.nodePort }}
2727
{{- end }}
28-
protocol: TCP
29-
name: {{ .Values.service.httpPortName | default "http" }}
30-
targetPort: {{ .Values.service.port }}
28+
protocol: TCP
29+
name: {{ .Values.service.httpPortName | default "http" }}
30+
targetPort: {{ .Values.service.port }}
3131
selector:
3232
app: {{ .Chart.Name }}
3333
release: {{ .Release.Name | quote }}

0 commit comments

Comments
 (0)