postgres-operator/charts/postgres-operator
Christian Rohmann ece341d516
Allow pod environment variables to also be sourced from a secret (#946)
* Extend operator configuration to allow for a pod_environment_secret just like pod_environment_configmap

* Add all keys from PodEnvironmentSecrets as ENV vars (using SecretKeyRef to protect the value)

* Apply envVars from pod_environment_configmap and pod_environment_secrets before doing the global settings from the operator config. This allows them to be overriden by the user (via configmap / secret)

* Add ability use a Secret for custom pod envVars (via pod_environment_secret) to admin documentation

* Add pod_environment_secret to Helm chart values.yaml

* Add unit tests for PodEnvironmentConfigMap and PodEnvironmentSecret - highly inspired by @kupson and his very similar PR #481

* Added new parameter pod_environment_secret to operatorconfig CRD and configmap examples

* Add pod_environment_secret to the operationconfiguration CRD

Co-authored-by: Christian Rohmann <christian.rohmann@inovex.de>
2020-07-30 10:48:16 +02:00
..
crds Allow pod environment variables to also be sourced from a secret (#946) 2020-07-30 10:48:16 +02:00
templates set event broadcasting to Infof and update rbac (#952) 2020-04-29 17:26:46 +02:00
.helmignore Add helm chart (#434) 2019-03-29 11:26:13 +01:00
Chart.yaml Bump v1.5.0 (#954) 2020-05-05 12:52:54 +02:00
index.yaml bump pooler image and more coalescing for CRD config (#1004) 2020-06-05 11:14:17 +02:00
postgres-operator-1.4.0.tgz Bump v1.5.0 (#954) 2020-05-05 12:52:54 +02:00
postgres-operator-1.5.0.tgz bump pooler image and more coalescing for CRD config (#1004) 2020-06-05 11:14:17 +02:00
values-crd.yaml Allow pod environment variables to also be sourced from a secret (#946) 2020-07-30 10:48:16 +02:00
values.yaml Allow pod environment variables to also be sourced from a secret (#946) 2020-07-30 10:48:16 +02:00