Skip to content

Commit

Permalink
set GF_UNIFIED_ALERTING_SCREENSHOTS_CAPTURE true when imageRenderer i…
Browse files Browse the repository at this point in the history
…s enabled

Signed-off-by: kefi550 <[email protected]>
  • Loading branch information
kefi550 committed Jan 22, 2025
1 parent be5bfb9 commit e0f61f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/grafana/templates/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,8 @@ containers:
{{- else }}
value: {{ .Values.imageRenderer.grafanaProtocol }}://{{ include "grafana.fullname" . }}.{{ include "grafana.namespace" . }}:{{ .Values.service.port }}/{{ .Values.imageRenderer.grafanaSubPath }}
{{- end }}
- name: GF_UNIFIED_ALERTING_SCREENSHOTS_CAPTURE
value: "true"
{{- end }}
- name: GF_PATHS_DATA
value: {{ (get .Values "grafana.ini").paths.data }}
Expand Down

0 comments on commit e0f61f0

Please sign in to comment.