Files
helm-charts-hardened/examples/external-postgresql
kfox1111 e307b51ad8 Fix bitnami chart dependencies (#506)
* Fix bitnami chart dependencies

There have been problems with the old style bitami repo. Bitnami is
suggesting users switch to oci for their charts.

Signed-off-by: Kevin Fox <[email protected]>

* Fix repos

Signed-off-by: Kevin Fox <[email protected]>

* Fix repos

Signed-off-by: Kevin Fox <[email protected]>

* Fix updater script

Signed-off-by: Kevin Fox <[email protected]>

---------

Signed-off-by: Kevin Fox <[email protected]>
2024-12-12 12:15:35 -08:00
..

Example external postgresql

We recommend you put your config into git, but never put a password directly into git. Generally the easiest way to do so is via environment variable. Your CI/CD system of choice usually allows you to set those. Please refer to your systems documentation for guidance.

If manually deploying for testing, you can safely put the password into an environment variable by running:

source ../bin/readpw.sh

Follow the instructions as described at https://artifacthub.io/packages/helm/spiffe/spire, and copy in the settings from examples/external-postgresql/values.yaml into your values file.

You can add the password at install runtime like so:

helm upgrade --install --namespace spire-mgmt spire spire -f your-values.yaml --set "spire-server.dataStore.sql.password=${DBPW}" --repo https://spiffe.github.io/helm-charts-hardened/