Skip to content

Commit 26c1b6f

Browse files
authored
Support templated content for annotations image-renderer-service.yaml
Wrap values with `tpl` to support templated content Signed-off-by: Thibaut <[email protected]>
1 parent e87ede5 commit 26c1b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/grafana/templates/image-renderer-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
{{- end }}
1212
{{- with .Values.imageRenderer.service.annotations }}
1313
annotations:
14-
{{- toYaml . | nindent 4 }}
14+
{{- tpl (toYaml . | nindent 4) $root }}
1515
{{- end }}
1616
spec:
1717
type: ClusterIP

0 commit comments

Comments
 (0)