mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
19 lines
608 B
YAML
19 lines
608 B
YAML
---
|
|
# Required: specify name of tower deployment to backup from
|
|
tower_name: ''
|
|
|
|
# Specify a pre-created PVC (name) to backup to
|
|
tower_backup_pvc: ''
|
|
|
|
# Size of backup PVC if created dynamically
|
|
tower_backup_size: ''
|
|
|
|
# Specify storage class to determine how to dynamically create PVC's with
|
|
tower_backup_storage_class: ''
|
|
|
|
# Secret Names
|
|
tower_secret_key_secret: "{{ tower_name }}-secret-key"
|
|
tower_admin_password_secret: "{{ tower_name }}-admin-password"
|
|
tower_broadcast_websocket_secret: "{{ tower_name }}-broadcast-websocket"
|
|
tower_postgres_configuration_secret: "{{ tower_name }}-postgres-configuration"
|