mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
20 lines
527 B
YAML
20 lines
527 B
YAML
---
|
|
apiVersion: awx.ansible.com/v1beta1
|
|
kind: AWXRestore
|
|
metadata:
|
|
name: awxrestore-2021-06-06
|
|
namespace: awx
|
|
spec:
|
|
deployment_name: awx
|
|
|
|
# Parameters to restore from AWXBackup object
|
|
#backup_pvc_namespace: awx
|
|
#backup_name: awxbackup-2021-06-06
|
|
|
|
# Parameters to restore from existing files on PVC (without AWXBackup object)
|
|
#backup_pvc_namespace: awx
|
|
#backup_pvc: awx-backup-claim
|
|
#backup_dir: /backups/tower-openshift-backup-2021-06-06-10:51:49
|
|
|
|
# Uncomment to reveal "censored" logs
|
|
#no_log: "false"
|