percona / percona-helm-charts

Collection of Helm charts for Percona Kubernetes Operators.
https://www.percona.com/software/percona-kubernetes-operators
Other
110 stars 151 forks source link

PMM: provide a way to supply sensitive configuration items #327

Open artm opened 1 month ago

artm commented 1 month ago

At the moment the only way to configure for example Grafana is to add env variables to pmmEnv. Normally we supply sensitive configuration items using kubernetes secrests bypassing helm. This could be made possible by adding an optional value pmmEnvExistingSecret which would expand into envFrom with this secret if not empty.

artm commented 1 month ago

now filed on Percona jira https://perconadev.atlassian.net/browse/PMM-13112