From eb4b5b9b908e3c8582c36d9e1a395bf9d9e45ded Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Tue, 7 Sep 2021 18:49:26 -0400 Subject: [PATCH] Mount receptor config in awx-task container --- roles/installer/templates/deployment.yaml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/installer/templates/deployment.yaml.j2 b/roles/installer/templates/deployment.yaml.j2 index a887c88f..3d41d378 100644 --- a/roles/installer/templates/deployment.yaml.j2 +++ b/roles/installer/templates/deployment.yaml.j2 @@ -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"