mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Scope pvc and management pod to default namespace
- make this configurable via tower_backup_pvc_namespace var - remove redundant k8s task info
This commit is contained in:
@@ -4,6 +4,7 @@ tower_name: ''
|
||||
|
||||
# Specify a pre-created PVC (name) to backup to
|
||||
tower_backup_pvc: ''
|
||||
tower_backup_pvc_namespace: 'default'
|
||||
|
||||
# Size of backup PVC if created dynamically
|
||||
tower_backup_size: ''
|
||||
|
||||
Reference in New Issue
Block a user