You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Version of Helm and Kubernetes:
Helm v2.8.2
Kubernetes v1.9.3
Which chart:
stable/grafana
What happened:
Regression: unable to set environment variable from secret. See #3739. More generally, there is no safe way to provide grafana with secrets using this chart.
What you expected to happen:
I expect there to be a way to provide secrets (password, github oauth secrets) via the environment or config file without them being stored in a configmap.
How to reproduce it (as minimally and precisely as possible):
Attempt to use a secretKeyRef by setting .Values.env
Anything else we need to know:
The text was updated successfully, but these errors were encountered:
Is this a request for help?:
No
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Version of Helm and Kubernetes:
Helm v2.8.2
Kubernetes v1.9.3
Which chart:
stable/grafana
What happened:
Regression: unable to set environment variable from secret. See #3739. More generally, there is no safe way to provide grafana with secrets using this chart.
What you expected to happen:
I expect there to be a way to provide secrets (password, github oauth secrets) via the environment or config file without them being stored in a configmap.
How to reproduce it (as minimally and precisely as possible):
Attempt to use a
secretKeyRef
by setting.Values.env
Anything else we need to know:
The text was updated successfully, but these errors were encountered: