mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 17:48:10 -03:30
Allow pre-populating the default AWX superuser account
This commit is contained in:
@@ -34,6 +34,10 @@ spec:
|
||||
value: {{ pg_hostname|default('postgresql') }}
|
||||
- name: DATABASE_PASSWORD
|
||||
value: {{ pg_password }}
|
||||
- name: AWX_ADMIN_USER
|
||||
value: {{ default_admin_user|default('admin') }}
|
||||
- name: AWX_ADMIN_PASSWORD
|
||||
value: {{ default_admin_password|default('password') }}
|
||||
- name: awx-rabbit
|
||||
image: rabbitmq:3
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user