mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-12 03:40:57 +00:00
* This is so that users can intentially set it to an empty string if they want to use the default storage class * conversely, now users can manually create a pvc that does not utilize the default storage class
13 lines
345 B
YAML
13 lines
345 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: "{{ meta.namespace }}"
|
|
|
|
# Size of backup PVC if created dynamically
|
|
backup_storage_requirements: ''
|