mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
9 lines
273 B
YAML
9 lines
273 B
YAML
---
|
|
deployment_type: "awx"
|
|
tower_postgres_image: postgres:12
|
|
|
|
# Secret Names
|
|
tower_secret_key_secret: "{{ meta.name }}-secret-key"
|
|
tower_admin_password_secret: "{{ meta.name }}-admin-password"
|
|
# tower_postgres_configuration_secret: "{{ meta.name }}-postgres-configuration"
|