We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87ede5 commit 26c1b6fCopy full SHA for 26c1b6f
charts/grafana/templates/image-renderer-service.yaml
@@ -11,7 +11,7 @@ metadata:
11
{{- end }}
12
{{- with .Values.imageRenderer.service.annotations }}
13
annotations:
14
- {{- toYaml . | nindent 4 }}
+ {{- tpl (toYaml . | nindent 4) $root }}
15
16
spec:
17
type: ClusterIP
0 commit comments