Merge pull request #944 from viv-dev/backup-cleanup

Option to delete backup dir on PV when AWXBackup object is deleted
This commit is contained in:
Shane McDonald
2022-06-27 13:35:57 -04:00
committed by GitHub
10 changed files with 100 additions and 48 deletions

View File

@@ -43,6 +43,9 @@ spec:
backup_storage_class:
description: Storage class to use when creating PVC for backup
type: string
clean_backup_on_delete:
description: Flag to indicate if backup should be deleted on PVC if AWXBackup object is deleted
type: boolean
postgres_label_selector:
description: Label selector used to identify postgres pod for backing up data
type: string