mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 22:33:35 +00:00
Add ability to configure extra args for postgres
* add default extra args postgres * add postgres_extra_args option to readme
This commit is contained in:
committed by
Christian M. Adams
parent
a2222a9176
commit
0f07a475b5
@@ -41,6 +41,9 @@ spec:
|
||||
- image: '{{ _postgres_image }}'
|
||||
imagePullPolicy: '{{ image_pull_policy }}'
|
||||
name: postgres
|
||||
{% if postgres_extra_args %}
|
||||
args: {{ postgres_extra_args }}
|
||||
{% endif %}
|
||||
env:
|
||||
# For postgres_image based on rhel8/postgresql-12
|
||||
- name: POSTGRESQL_DATABASE
|
||||
|
||||
Reference in New Issue
Block a user