nodepool/releasenotes/notes/config-env-substitution-ef203b725fd05168.yaml
Tristan Cacqueray eb9af85025 config: add environment variable substitution
This change enables setting configuration values through
environment variables. This is useful to manage user defined
configuration, such as user password, in Kubernetes deployment.

Change-Id: Iafbb63ebbb388ef3038f45fd3a929c3e7e2dc343
2020-05-20 11:44:49 +00:00

6 lines
132 B
YAML

---
features:
- |
Configuration value can be set from the envirnonment variables using the
`%(NODEPOOL_env_name)` syntax.