Files
awx-operator/roles/backup/vars/main.yml
Christian M. Adams 7eb6d0e0f5 Set default images, but use them as a last resort
* Only use them if user did not set an image, or RELATED_IMAGES_ var
    is not set

Signed-off-by: Christian M. Adams <chadams@redhat.com>
(cherry picked from commit bb957be9e6)
2021-11-01 14:58:24 +01:00

7 lines
131 B
YAML

---
deployment_type: "awx"
_postgres_image: postgres
_postgres_image_version: 12
backup_complete: false
database_type: "unmanaged"