From 590a127e53fa0791be73483526d5eab3654864fd Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Tue, 3 Sep 2024 18:01:40 +0200 Subject: [PATCH] add restore --- restore.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 restore.yaml 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