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

@@ -560,6 +560,10 @@ spec:
tower_backup_pvc:
description: Name of the PVC to be used for storing the backup
type: string
tower_backup_pvc_namespace:
default: 'default'
description: Namespace PVC is in
type: string
tower_backup_size:
description: Size of PVC
type: string
@@ -615,6 +619,10 @@ spec:
tower_backup_pvc:
description: Name of the PVC to be used for storing the backup
type: string
tower_backup_pvc_namespace:
default: 'default'
description: Namespace PVC is in
type: string
tower_backup_size:
description: Size of PVC
type: string

View File

@@ -32,6 +32,9 @@ spec:
tower_backup_pvc:
description: Name of the PVC to be used for storing the backup
type: string
tower_backup_pvc_namespace:
description: Namespace PVC is in
type: string
tower_backup_size:
description: Size of PVC
type: string

View File

@@ -32,6 +32,9 @@ spec:
tower_backup_pvc:
description: Name of the PVC to be used for storing the backup
type: string
tower_backup_pvc_namespace:
description: Namespace PVC is in
type: string
tower_backup_dir:
description: Backup directory name, a status found on the awxbackup object (towerBackupComplete)
type: string