mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 22:33:35 +00:00
Simplify vars needed for restore CR & do not garbage collect secrets
This commit is contained in:
@@ -6,14 +6,9 @@ tower_name: ''
|
||||
tower_backup_pvc: ''
|
||||
tower_backup_pvc_namespace: ''
|
||||
|
||||
# TODO: If the backup_dir is not provided, it should default to the most recent backup based on the timestamp at the end of the file name.
|
||||
# Required: backup name, found on the awxbackup object
|
||||
tower_backup_dir: ''
|
||||
|
||||
# TODO: Should we add a unique id at the end of the secret when backing up, then use it here?
|
||||
# or will that make future backups more complicated because the user will have to specify the names of all the secrets?
|
||||
# Names of any secrets you want to use instead of the ones in the backup
|
||||
|
||||
# TODO: Is this necessary? User's will be able to use the rekey role
|
||||
|
||||
tower_admin_password_secret: "{{ tower_name }}-admin-password"
|
||||
|
||||
Reference in New Issue
Block a user