We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d5a54 commit 00e7d72Copy full SHA for 00e7d72
1 file changed
charts/passport/templates/_helpers.tpl
@@ -44,7 +44,11 @@ env:
44
value: {{ .Values.admin_email | default "admin@email.com" | quote }}
45
{{- if eq .Values.global.grafana_location "on-cluster" }}
46
- name: "DRYCC_MONITOR_GRAFANA_DOMAIN"
47
+{{- if .Values.global.cert_manager_enabled }}
48
+ value: https://drycc-monitor-grafana.{{ .Values.global.platform_domain }}
49
+{{- else }}
50
value: http://drycc-monitor-grafana.{{ .Values.global.platform_domain }}
51
+{{- end }}
52
- name: GRAFANA_ON_CLUSTER
53
value: "true"
54
- name: SOCIAL_AUTH_DRYCC_GRAFANA_KEY
0 commit comments