Merge pull request #529 from rooftopcellist/mount-receptor-config

Mount receptor config in awx-task container
This commit is contained in:
Christian Adams
2021-09-08 08:57:43 -04:00
committed by GitHub

View File

@@ -222,6 +222,10 @@ spec:
mountPath: "/var/run/awx-rsyslog"
- name: rsyslog-dir
mountPath: "/var/lib/awx/rsyslog"
- name: "{{ meta.name }}-receptor-config"
mountPath: "/etc/receptor/receptor.conf"
subPath: receptor.conf
readOnly: true
- name: receptor-socket
mountPath: "/var/run/receptor"
- name: "{{ meta.name }}-projects"