From 9b327f6ad5960ae8af743bc83750738c0cd8651e Mon Sep 17 00:00:00 2001 From: Ilija Matoski Date: Sat, 3 Apr 2021 13:30:55 +0200 Subject: [PATCH] fix wrong conf file --- roles/installer/templates/tower_deployment.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/installer/templates/tower_deployment.yaml.j2 b/roles/installer/templates/tower_deployment.yaml.j2 index 40ea2be0..238eb232 100644 --- a/roles/installer/templates/tower_deployment.yaml.j2 +++ b/roles/installer/templates/tower_deployment.yaml.j2 @@ -150,7 +150,7 @@ spec: {% endif %} env: - name: SUPERVISOR_WEB_CONFIG_PATH - value: "/supervisor.conf" + value: "/etc/supervisord_task.conf" - name: AWX_SKIP_MIGRATIONS value: "1" - name: MY_POD_UID