diff --git a/restore.yaml b/restore.yaml new file mode 100644 index 0000000..d013646 --- /dev/null +++ b/restore.yaml @@ -0,0 +1,10 @@ +--- +apiVersion: awx.ansible.com/v1beta1 +kind: AWXRestore +metadata: + name: restore1 + namespace: awx +spec: + deployment_name: awx-aaron + backup_pvc: awx-aaron-backup-claim + backup_dir: '/backups/tower-openshift-backup-2024-09-03-132709' \ No newline at end of file