add restore
This commit is contained in:
parent
68b4425b25
commit
590a127e53
1 changed files with 10 additions and 0 deletions
10
restore.yaml
Normal file
10
restore.yaml
Normal file
|
@ -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'
|
Loading…
Reference in a new issue