tower_deployment: Use the proper conditional variable

fixes: https://github.com/ansible/awx-operator/issues/118
This commit is contained in:
Yanis Guenane
2021-03-15 12:58:10 +01:00
parent d32cf447ea
commit 7442555869

View File

@@ -90,7 +90,7 @@ spec:
- name: AWX_KUBE_DEVEL
value: "1"
{% endif %}
{% if tower_task_extra_env %}
{% if tower_web_extra_env -%}
{{ tower_web_extra_env | indent(width=12, indentfirst=True) }}
{% endif %}
resources: {{ tower_web_resource_requirements }}