added ability to mount to Execution container with example

This commit is contained in:
Gabe Muniz
2021-04-15 09:51:45 -04:00
parent 6c476a994e
commit 90f25ab20c
5 changed files with 45 additions and 25 deletions

View File

@@ -214,6 +214,9 @@ spec:
mountPath: "/var/run/receptor"
- name: "{{ meta.name }}-projects"
mountPath: "/var/lib/awx/projects"
{% if tower_ee_extra_volume_mounts -%}
{{ tower_ee_extra_volume_mounts | indent(width=12, indentfirst=True) }}
{% endif %}
{% if development_mode | bool %}
env:
- name: SDB_NOTIFY_HOST