mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-01 00:03:12 +00:00
13 lines
362 B
YAML
13 lines
362 B
YAML
---
|
|
# Required: specify name of tower deployment to backup from
|
|
deployment_name: ''
|
|
kind: 'AWXBackup'
|
|
api_version: '{{ deployment_type }}.ansible.com/v1beta1'
|
|
|
|
# Specify a pre-created PVC (name) to backup to
|
|
backup_pvc: ''
|
|
backup_pvc_namespace: "{{ ansible_operator_meta.namespace }}"
|
|
|
|
# Size of backup PVC if created dynamically
|
|
backup_storage_requirements: ''
|