diff --git a/roles/installer/templates/deployments/web.yaml.j2 b/roles/installer/templates/deployments/web.yaml.j2 index 561652837..3dfa4713f 100644 --- a/roles/installer/templates/deployments/web.yaml.j2 +++ b/roles/installer/templates/deployments/web.yaml.j2 @@ -401,12 +401,12 @@ spec: {% else %} claimName: '{{ ansible_operator_meta.name }}-projects-claim' {% endif %} +{% endif %} {% if development_mode | bool %} - name: awx-devel hostPath: path: /awx_devel {% endif %} -{% endif %} {% if extra_volumes -%} {{ extra_volumes | indent(width=8, first=True) }} {% endif %}