Rename product specific variable names

This commit is contained in:
Christian M. Adams
2021-04-27 22:51:29 -04:00
parent d743936ee4
commit 5ae36367a4
27 changed files with 128 additions and 128 deletions

View File

@@ -1,13 +1,13 @@
---
# Required: specify name of tower deployment to backup from
tower_name: ''
deployment_name: ''
# Specify a pre-created PVC (name) to backup to
tower_backup_pvc: ''
tower_backup_pvc_namespace: "{{ meta.namespace }}"
backup_pvc: ''
backup_pvc_namespace: "{{ meta.namespace }}"
# Size of backup PVC if created dynamically
tower_backup_size: ''
backup_storage_requirements: ''
# Specify storage class to determine how to dynamically create PVC's with
tower_backup_storage_class: ''
backup_storage_class: ''