mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-06 13:22:50 +00:00
- renamed some more variables to be consistent with the pulp-operator
- removed unneeded vars from backup & restore crds
- added a way to parse spec at restore time by including vars to
get around the issue of triply nested quotes when using to_json
13 lines
332 B
YAML
13 lines
332 B
YAML
---
|
|
# Required: specify name of tower deployment to restore to
|
|
deployment_name: ''
|
|
kind: 'AWXRestore'
|
|
api_version: '{{ deployment_type }}.ansible.com/v1beta1'
|
|
|
|
# Required: specify a pre-created PVC (name) to restore from
|
|
backup_pvc: ''
|
|
backup_pvc_namespace: ''
|
|
|
|
# Required: backup name, found on the awxbackup object
|
|
backup_dir: ''
|