mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 05:42:55 +00:00
* Bump Postgresql, Nginx and Redis versions * pg12 --> pg13 upgrade path * Set supported pg version as a variable to remain DRY * Make deleting the old db data pvc after upgrade configurable * Use labels to find the postgres pod * backup/restore: fix postgres label selector value We need to use the deployment_name variable for the postgres instance name. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com> * backup/restore: add missing default supported_pg_version variable Signed-off-by: Dimitri Savineau <dsavinea@redhat.com> * restore: update database_host fact with pg suffix Signed-off-by: Dimitri Savineau <dsavinea@redhat.com> Co-authored-by: Dimitri Savineau <dsavinea@redhat.com>
8 lines
191 B
YAML
8 lines
191 B
YAML
---
|
|
postgres_initdb_args: '--auth-host=scram-sha-256'
|
|
postgres_host_auth_method: 'scram-sha-256'
|
|
ldap_cacert_ca_crt: ''
|
|
bundle_ca_crt: ''
|
|
projects_existing_claim: ''
|
|
supported_pg_version: 13
|