mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
19 lines
459 B
YAML
19 lines
459 B
YAML
---
|
|
deployment_type: "{{ meta.name | default('awx', true)}}"
|
|
|
|
# Secret to lookup that provide the secret key
|
|
#
|
|
tower_secret_key_secret: ''
|
|
|
|
tower_postgres_storage_class: ''
|
|
tower_postgres_data_path: '/var/lib/postgresql/data/pgdata'
|
|
|
|
# Secret to lookup that provide the PostgreSQL configuration
|
|
#
|
|
tower_postgres_configuration_secret: ''
|
|
tower_old_postgres_configuration_secret: ''
|
|
|
|
tower_postgres_image: postgres:12
|
|
tower_backup_pvc: ''
|
|
tower_backup_size: ''
|