Merge pull request #1358 from fosterseth/fix_development_mode

fix development mode
This commit is contained in:
Seth Foster
2023-04-13 11:10:37 -04:00
committed by GitHub

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