diff --git a/roles/installer/templates/deployments/task.yaml.j2 b/roles/installer/templates/deployments/task.yaml.j2 index db3c59a9..6bc690a5 100644 --- a/roles/installer/templates/deployments/task.yaml.j2 +++ b/roles/installer/templates/deployments/task.yaml.j2 @@ -362,7 +362,7 @@ spec: {% endif %} env: - name: SUPERVISOR_CONFIG_PATH - value: "/etc/supervisor_rsyslog.conf" + value: "/etc/supervisord_rsyslog.conf" {% if development_mode | bool %} - name: AWX_KUBE_DEVEL value: "1" diff --git a/roles/installer/templates/deployments/web.yaml.j2 b/roles/installer/templates/deployments/web.yaml.j2 index b0ee702a..b69c2ee1 100644 --- a/roles/installer/templates/deployments/web.yaml.j2 +++ b/roles/installer/templates/deployments/web.yaml.j2 @@ -195,7 +195,7 @@ spec: - name: AWX_COMPONENT value: "web" - name: SUPERVISOR_CONFIG_PATH - value: "/etc/supervisor_web.conf" + value: "/etc/supervisord_web.conf" - name: MY_POD_NAMESPACE valueFrom: fieldRef: @@ -246,7 +246,7 @@ spec: {% endif %} env: - name: SUPERVISOR_CONFIG_PATH - value: "/etc/supervisor_rsyslog.conf" + value: "/etc/supervisord_rsyslog.conf" {% if development_mode | bool %} - name: AWX_KUBE_DEVEL value: "1"