mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-27 05:43:11 +00:00
Mounts /var/lib/awx/projects on awx-web container
This commit is contained in:
@@ -104,6 +104,8 @@ spec:
|
|||||||
mountPath: "/var/run/awx-rsyslog"
|
mountPath: "/var/run/awx-rsyslog"
|
||||||
- name: rsyslog-dir
|
- name: rsyslog-dir
|
||||||
mountPath: "/var/lib/awx/rsyslog"
|
mountPath: "/var/lib/awx/rsyslog"
|
||||||
|
- name: "{{ meta.name }}-projects"
|
||||||
|
mountPath: "/var/lib/awx/projects"
|
||||||
{% if development_mode | bool %}
|
{% if development_mode | bool %}
|
||||||
- name: awx-devel
|
- name: awx-devel
|
||||||
mountPath: "/awx_devel"
|
mountPath: "/awx_devel"
|
||||||
|
|||||||
Reference in New Issue
Block a user