mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-06 21:32:52 +00:00
- This prevents us from overwriting vars unintentionally at restore time - This will make it easier to add secrets to be backed up in the future - Add generated secret names to awx spec backup - Fail early if secret status doesn't exist - Skip if secret is not in spec for non-generated secrets - Secret values must be b64 decoded before secret is created - Cleanup temp files
15 lines
534 B
YAML
15 lines
534 B
YAML
---
|
|
|
|
deployment_type: "awx"
|
|
postgres_image: postgres
|
|
postgres_image_version: 12
|
|
|
|
backup_api_version: '{{ deployment_type }}.ansible.com/v1beta1'
|
|
backup_kind: 'AWXBackup'
|
|
|
|
# set default secret names to be used if a backup dir and claim are provided (not a backup_name)
|
|
secret_key_secret: '{{ deployment_name }}-secret-key'
|
|
admin_password_secret: '{{ deployment_name }}-admin-password'
|
|
broadcast_websocket_secret: '{{ deployment_name }}-broadcast-websocket'
|
|
postgres_configuration_secret: '{{ deployment_name }}-postgres-configuration'
|