Mount receptor config in awx-task container

This commit is contained in:
Christian M. Adams
2021-09-07 18:49:26 -04:00
parent 549b8ca4c2
commit eb4b5b9b90

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"