mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 13:52:58 +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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user