Skip to content

Commit

Permalink
toYaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-vest committed Nov 14, 2024
1 parent 2fdf9f5 commit d2d7136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nitro/templates/headlessservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: {{ include "nitro.fullname" . }}-headless
{{- if .Values.headlessservice.annotations }}
annotations:
{{- .Values.headlessservice.annotations | nindent 4 }}
{{- toYaml .Values.headlessservice.annotations | nindent 4 }}
{{- end }}
labels:
{{- include "nitro.labels" . | nindent 4 }}
Expand Down

0 comments on commit d2d7136

Please sign in to comment.