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