mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Add watcher for backup CR
This commit is contained in:
@@ -142,6 +142,7 @@
|
||||
register: data_migration
|
||||
|
||||
# TODO: Backup secret key and other secrets - look at trad tower backup pattern
|
||||
# TODO: Compare final backup tar with one from a trad tower
|
||||
|
||||
- name: Delete any existing management pod
|
||||
community.kubernetes.k8s:
|
||||
|
||||
@@ -6,3 +6,9 @@
|
||||
finalizer:
|
||||
name: finalizer.awx.ansible.com
|
||||
role: finalizer
|
||||
|
||||
- version: v1beta1
|
||||
group: awx.ansible.com
|
||||
kind: AWXBackup
|
||||
role: /opt/ansible/roles/backup
|
||||
reconcilePeriod: 360m
|
||||
|
||||
Reference in New Issue
Block a user