mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
14 lines
370 B
YAML
14 lines
370 B
YAML
---
|
|
# Required: specify name of tower deployment to backup from
|
|
deployment_name: ''
|
|
|
|
# Specify a pre-created PVC (name) to backup to
|
|
backup_pvc: ''
|
|
backup_pvc_namespace: "{{ meta.namespace }}"
|
|
|
|
# Size of backup PVC if created dynamically
|
|
backup_storage_requirements: ''
|
|
|
|
# Specify storage class to determine how to dynamically create PVC's with
|
|
backup_storage_class: ''
|