fix development mode

This commit is contained in:
Seth Foster
2023-04-12 19:31:15 -04:00
parent 5a3b2179bc
commit cde24806cf

View File

@@ -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 %}