We're having an issue with the helm chart right now, https://github.com/kubernetes/charts/pull/1022/files#r119681171
With Kubernetes, ideally passwords would be stored as secrets. The problem with using the database URL as the only configurable option means the database password has to be stored in Kubernetes as a value in the deployment, rather than as a secret to be encrypted.*
- yes I know Kubernetes secrets are in plain text at the moment. That won't be the case forever.
We're having an issue with the helm chart right now, https://github.com/kubernetes/charts/pull/1022/files#r119681171
With Kubernetes, ideally passwords would be stored as
secrets. The problem with using the database URL as the only configurable option means the database password has to be stored in Kubernetes as a value in the deployment, rather than as a secret to be encrypted.*