Mounts /var/lib/awx/projects on awx-web container

This commit is contained in:
Marcelo Moreira de Mello
2021-04-30 13:31:31 -04:00
parent 5f668d76f0
commit f21ec4de61

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"