eduardolat / pgbackweb

🐘 Effortless PostgreSQL backups with a user-friendly web interface! 🌐💾
MIT License
935 stars 45 forks source link

feat: add helm chart #35

Open sorvis opened 2 months ago

sorvis commented 2 months ago

Added in a helm chart. Tested in our local cluster.

luisxkimo commented 1 month ago

Hi @sorvis ,

I see that you are using ConfigMap for the values of Postgres connection string and the encryption secret.

Because this values could be considered "secrets", what do you think about add the option to use "secretKeyRef" if a secret name is configured in values.yml file?

This would give the option to the user of Helm chart to use your "ConfigMap" setup or manage these values from a previous secret created in the cluster.