k8s-land / gitea-chart

Gitea Helm Chart
https://charts.k8s.land
MIT License
31 stars 15 forks source link

external db password location #7

Open abh opened 4 years ago

abh commented 4 years ago

At a glance it looks like the chart wants the user to create a secret with the database password when not using the "built-in" MySQL installation. The documentation / values.yaml file indicates that it can just go there, but the secret doesn't get created.

cdrage commented 4 years ago

Yes, you're right. Right now it's hardcoded, when it really shouldn't :(

I need to update the values.yaml file as well as implement the feature to take it from the secret instead.

alexgorbatchev commented 4 years ago

This issue currently makes the chart unusable with external DB unfortunately... unless you manually create the secret first, which is made more difficult by inability to configure secretname/key.

cdrage commented 4 years ago

Hey all, I have donated this chart to the folks over at Gitea who have been doing an amazing job maintaining and updating the chart so it is up to date. Please open up any issues here: https://gitea.com/gitea/helm-chart and try theirs own!

Many thanks for all who've contributed.