File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848{{- else }}
4949 value: http://drycc-monitor-grafana. {{ .Values.global.platformDomain }}
5050{{- end }}
51+ {{- if eq .Values.global.passportLocation " on-cluster" }}
5152- name: " DRYCC_PASSPORT_URL"
5253{{- if .Values.global.certManagerEnabled }}
5354 value: https://drycc-passport. {{ .Values.global.platformDomain }}
6465 secretKeyRef:
6566 name: passport-creds
6667 key: drycc-passport-grafana-secret
68+ {{- else }}
69+ - name: DRYCC_PASSPORT_URL
70+ value: " {{ .Values.grafana.passportUrl }}"
71+ - name: DRYCC_PASSPORT_KEY
72+ value: " {{ .Values.grafana.passportKey }}"
73+ - name: DRYCC_PASSPORT_SECRET
74+ value: " {{ .Values.grafana.passportSecret }}"
75+ {{- end }}
6776{{- end }}
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ grafana:
3737 # this is usually a non required setting.
3838 environment :
3939 ALLOW_SIGN_UP : false
40+ # The passportUrl, passportKey and passportSecret are will no longer use the built-in passport component
41+ passportUrl : " "
42+ passportKey : " "
43+ passportSecret : " "
4044
4145telegraf :
4246 imageOrg : " drycc"
You can’t perform that action at this time.
0 commit comments