mastodon/chart/templates
Patrice Ferlet 4b2ec4a2dc
Fix postrgres secret name for cronjob ()
The cronjob tries to get key from `mastodon` secret instead of
`mastodon-postgresql` - so the cronjob fails with this error:

Error: couldn't find key postgresql-password in Secret [NS]/mastodon

Another solution is to save the postgres password in mastodon secret,
but that means that the password is placed in two places.

Postgresql use <fullname>-postgresql name as secret name.
..
tests Add Helm chart ()
NOTES.txt Add Helm chart ()
_helpers.tpl Add Helm chart ()
configmap-env.yaml Add Helm chart ()
cronjob-media-remove.yaml Fix postrgres secret name for cronjob ()
deployment-sidekiq.yaml Add Helm chart ()
deployment-streaming.yaml Add Helm chart ()
deployment-web.yaml Add Helm chart ()
hpa.yaml Add Helm chart ()
ingress.yaml Add Helm chart ()
job-assets-precompile.yaml Add Helm chart ()
job-chewy-upgrade.yaml Add Helm chart ()
job-create-admin.yaml Add Helm chart ()
job-db-migrate.yaml Add Helm chart ()
pvc-assets.yaml Add Helm chart ()
pvc-system.yaml Add Helm chart ()
secrets.yaml Add Helm chart ()
service-streaming.yaml Add Helm chart ()
service-web.yaml Add Helm chart ()
serviceaccount.yaml Add Helm chart ()