Skip to content

Commit

Permalink
fix: don't strip newlines after the templated value
Browse files Browse the repository at this point in the history
  • Loading branch information
etrikp authored and arttor committed Feb 16, 2024
1 parent 1e86f1f commit 7571c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/processor/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
%[2]s
{{- include "%[3]s.selectorLabels" . | nindent 4 }}
ports:
{{- .Values.%[1]s.ports | toYaml | nindent 2 -}}`
{{- .Values.%[1]s.ports | toYaml | nindent 2 }}`
)

var svcGVC = schema.GroupVersionKind{
Expand Down

0 comments on commit 7571c47

Please sign in to comment.