From aa78813d73a5c7564354465d83cdf53bde7630e3 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Wed, 17 May 2023 15:02:20 -0400 Subject: [PATCH] Rsyslog resources wrong location --- 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 50a0b76a..f102749d 100644 --- a/roles/installer/templates/deployments/web.yaml.j2 +++ b/roles/installer/templates/deployments/web.yaml.j2 @@ -277,7 +277,6 @@ spec: mountPath: "/var/run/redis" - name: rsyslog-socket mountPath: "/var/run/awx-rsyslog" - resources: {{ rsyslog_resource_requirements }} {% if bundle_ca_crt %} - name: "ca-trust-extracted" mountPath: "/etc/pki/ca-trust/extracted" @@ -297,6 +296,7 @@ spec: - name: AWX_KUBE_DEVEL value: "1" {% endif %} + resources: {{ rsyslog_resource_requirements }} {% if web_node_selector %} nodeSelector: {{ web_node_selector | indent(width=8) }}