postgres-operator/docs
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
..
diagrams Added image to readme, added/rewrote features. (#1031) 2020-06-23 10:16:40 +02:00
gsoc-2019 use h1 tags to not render titles in sidebar (#626) 2019-07-19 12:50:39 +02:00
reference Resize volume by changing pvc size if enabled in config. (#958) 2020-07-03 10:53:37 +02:00
administrator.md Allow pod environment variables to also be sourced from a secret (#946) 2020-07-30 10:48:16 +02:00
developer.md extend docs and polish manifest examples (#762) 2019-12-12 17:55:41 +01:00
index.md Bump v1.5.0 (#954) 2020-05-05 12:52:54 +02:00
operator-ui.md [UI] add tab for monthly costs per cluster (#796) 2020-02-19 12:58:24 +01:00
quickstart.md Port-forward service instead of pod (#1040) 2020-07-15 13:53:10 +02:00
user.md set event broadcasting to Infof and update rbac (#952) 2020-04-29 17:26:46 +02:00