From 32b862c79b6af2f39eadce7e5bc4025a549431b7 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Sat, 3 Apr 2021 12:36:55 -0400 Subject: [PATCH] Update roles/installer/templates/tower_deployment.yaml.j2 --- 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 238eb232..f49dc627 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: "/etc/supervisord_task.conf" + value: "/etc/supervisord.conf" - name: AWX_SKIP_MIGRATIONS value: "1" - name: MY_POD_UID