From cde24806cf86a5083d51d72b426e0a93f5679916 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Wed, 12 Apr 2023 19:31:15 -0400 Subject: [PATCH] fix development mode --- roles/installer/templates/deployments/web.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/installer/templates/deployments/web.yaml.j2 b/roles/installer/templates/deployments/web.yaml.j2 index 56165283..3dfa4713 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 %}