Helm ConfigMap: merge ConfigMap and Secret in a single file
Kubernetes store database password in secrets and the rest in ConfigMap. K8s doesn't allow to merge those two sources in a single file. Use Helm ConfigMap.
Kubernetes store database password in secrets and the rest in ConfigMap. K8s doesn't allow to merge those two sources in a single file. Use Helm ConfigMap.