From 25e7f5a8f27c2f18a4877f36b3aeecb02530fc6e Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Tue, 4 Apr 2023 10:00:02 -0400 Subject: [PATCH] Fix supervisor conf file inconsistancy --- roles/installer/templates/deployments/task.yaml.j2 | 2 +- roles/installer/templates/deployments/web.yaml.j2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"