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:
Christian M. Adams
2021-04-02 01:36:56 -04:00
parent 0580398c90
commit 5669747bbf
17 changed files with 41 additions and 17 deletions

View File

@@ -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: ''