robjuz / helm-charts

https://robjuz.github.io/helm-charts/index.yaml
34 stars 30 forks source link

Move credentials to K8s secret and add APP_SECRET, MAILER_FROM, MAILER_URL as config options #5

Closed rschlaefli closed 2 years ago

rschlaefli commented 2 years ago

This PR adds the following chart configuration options (stored in a new K8s secret):

Existing credentials like DATABASE_URL and ADMINPASS have been moved to the secret instead of passing them directly in env.

robjuz commented 2 years ago

@rschlaefli thanks for the contribution! Could you please bump the chart version?

rschlaefli commented 2 years ago

Hi @robjuz, Sure, I have bumped the version to 1.2.0 as new K8s objects are being created. Also, I have tested the chart on our K8s cluster and everything is working fine.