Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-19 | helm: add support for S3 storage (#15748) | Alex Dunn | |
2021-02-15 | helm: standardize yaml configuration (#15728) | Alex Dunn | |
- move application variables under `mastodon` namespace - restore standard yaml structure for ingress configuration - move values.yaml.template to values.yaml | |||
2021-02-14 | helm: add option for external db (#15722) | Alex Dunn | |
2020-11-02 | Fix postrgres secret name for cronjob (#15072) | Patrice Ferlet | |
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. | |||
2020-10-13 | helm: add optional cron job to run `tootctl remove media` (#14396) | Alex Dunn | |