mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
13 lines
352 B
YAML
13 lines
352 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: '{{ meta.namespace }}'
|
|
|
|
# Required: backup name, found on the awxbackup object
|
|
backup_dir: ''
|