From 420bd152048c008fb5ad1f841d3a3321528ee381 Mon Sep 17 00:00:00 2001 From: paytroff Date: Fri, 1 Dec 2023 19:05:27 +0100 Subject: [PATCH 1/2] Update task.yaml.j2 --- roles/installer/templates/deployments/task.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/installer/templates/deployments/task.yaml.j2 b/roles/installer/templates/deployments/task.yaml.j2 index cb57fbd13..b3b87b747 100644 --- a/roles/installer/templates/deployments/task.yaml.j2 +++ b/roles/installer/templates/deployments/task.yaml.j2 @@ -129,7 +129,7 @@ spec: - -c - | chmod 775 /var/lib/awx/projects - chgrp 1000 /var/lib/awx/projects + chgrp 0 /var/lib/awx/projects env: - name: MY_POD_NAME valueFrom: From 36cf0c546c95cf319ec011278d2ed4a81231fcbd Mon Sep 17 00:00:00 2001 From: paytroff Date: Fri, 1 Dec 2023 19:05:46 +0100 Subject: [PATCH 2/2] Update web.yaml.j2 --- roles/installer/templates/deployments/web.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/installer/templates/deployments/web.yaml.j2 b/roles/installer/templates/deployments/web.yaml.j2 index 1a7318348..0d895191f 100644 --- a/roles/installer/templates/deployments/web.yaml.j2 +++ b/roles/installer/templates/deployments/web.yaml.j2 @@ -119,7 +119,7 @@ spec: - -c - | chmod 775 /var/lib/awx/projects - chgrp 1000 /var/lib/awx/projects + chgrp 0 /var/lib/awx/projects env: - name: MY_POD_NAME valueFrom: