Merge pull request #263 from tchellomello/projects

Mounts /var/lib/awx/projects on awx-web container
This commit is contained in:
Marcelo Moreira de Mello
2021-04-30 13:46:17 -04:00
committed by GitHub

View File

@@ -104,6 +104,8 @@ spec:
mountPath: "/var/run/awx-rsyslog"
- name: rsyslog-dir
mountPath: "/var/lib/awx/rsyslog"
- name: "{{ meta.name }}-projects"
mountPath: "/var/lib/awx/projects"
{% if development_mode | bool %}
- name: awx-devel
mountPath: "/awx_devel"