zalf-rdm / geonode-k8s

A Kubernetes helm chart for the geospacial webapplication Geonode
https://geonode-k8s.readthedocs.io/en/latest/
GNU General Public License v2.0
12 stars 7 forks source link

Provide confidential values as secret #71

Closed ridoo closed 10 months ago

ridoo commented 10 months ago

Description

Separates confidential values (currently the superuser credentials) from values.yaml into a Kubernetes Secret. Provides a templates/demo-secret.yaml by default. However, can be overridden by a custom secret which can be referenced by name in the values.yaml.

@mwallschlaeger please have a look, if you think this is a path we may want to follow. If you are ok, I will continue refactoring the remaining credentials.

Type of Change

Please select the relevant option:

Related Issue

If there is an existing issue related to this pull request, please reference it here.

closes #70

Checklist

Please ensure that your pull request meets the following requirements:

Additional Notes

Any additional information or context regarding the pull request can be provided here.

Thank you for creating this pull request