openstack-helm-infra/postgresql
Parsons, Cliff (cp769u) c10de970c3 Fix postgresql backup cronjob deployment issues
There are a couple of issues that need fixing:
1) "backoffLimit" and "activeDeadlineSeconds" attributes are placed in
the CronJob part of the cron-job-backup-postgres.yaml, but should be
placed in the Job template part.
2) The backup cronjob had two names in the values.yaml
"backup_postgresql" and "postgresql_backup" in various places. It should
be "postgresql_backup" in all of those places so that the CronJob can be
deployed correctly.

Change-Id: Ifd1c7c03ee947763ac073e55c6d74c211615c343
2020-07-29 22:39:59 +00:00
..
templates Fix postgresql backup cronjob deployment issues 2020-07-29 22:39:59 +00:00
values_overrides Enable yamllint checks 2020-05-29 19:49:05 +00:00
.helmignore Postgresql: Move chart to openstack-helm-infra 2018-09-09 10:20:08 -06:00
Chart.yaml Introduces templates linting 2020-06-11 23:29:42 -05:00
requirements.yaml Introduces templates linting 2020-06-11 23:29:42 -05:00
values.yaml Fix postgresql backup cronjob deployment issues 2020-07-29 22:39:59 +00:00