Skip to content

Commit

Permalink
fix intendation issue (kuskoman#227)
Browse files Browse the repository at this point in the history
* Fix intendation in service.yaml in line 9
* Change indent to nindent in service.yaml line 10
  • Loading branch information
frankhetterich authored Jan 19, 2024
1 parent 0ef6a94 commit 65eafef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
app: {{ template "logstash-exporter.name" . }}
release: {{ .Release.Name }}
{{- if .Values.service.annotations }}
annotations:
{{ toYaml .Values.service.annotations | indent 6 }}
annotations:
{{ toYaml .Values.service.annotations | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
Expand Down

0 comments on commit 65eafef

Please sign in to comment.