Added option to also delete backup directory on PVC when AWXBackup CRD object is deleted

This commit is contained in:
Viviana Capote
2022-06-10 13:09:48 +10:00
parent 9676ebc008
commit 05943687fe
10 changed files with 100 additions and 48 deletions

View File

@@ -13,3 +13,9 @@ backup_storage_requirements: ''
# Set no_log settings on certain tasks
no_log: 'true'
# Variable to set when you want backups to be cleaned up when the CRD object is deleted
clean_backup_on_delete: false
# Variable to signal that this role is being run as a finalizer
finalizer_run: false