diff --git a/roles/installer/templates/tower_deployment.yaml.j2 b/roles/installer/templates/tower_deployment.yaml.j2 index dccd3902..9d7b16c4 100644 --- a/roles/installer/templates/tower_deployment.yaml.j2 +++ b/roles/installer/templates/tower_deployment.yaml.j2 @@ -94,7 +94,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 }}