groundhog2k / helm-charts

Helm charts for open source applications - ready to use for deployment on Kubernetes
MIT License
69 stars 56 forks source link

Implement support for custom secrets and additional environment configurations #1235

Open groundhog2k opened 1 year ago

groundhog2k commented 1 year ago

The charts for Ghost, Nextcloud, Wordpress, Gitea and Graylog should support mounting existing secrets as files into the container(s). Furthermore the mounting of environment variables as configMaps or secrets helps to setup these apps by existing configuration from a vault instead of properties from the values.yaml file.