Merge pull request #249 from matburt/preopulate_awx_user

Allow pre-populating the default AWX superuser account
This commit is contained in:
Matthew Jones
2017-09-22 21:52:03 -04:00
committed by GitHub
4 changed files with 21 additions and 3 deletions

View File

@@ -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: