From 4d20079cfe38e21b23dfd0f537c638272c57147f Mon Sep 17 00:00:00 2001 From: dale-mittleman <83711285+dale-mittleman@users.noreply.github.com> Date: Fri, 19 May 2023 13:05:37 -0400 Subject: [PATCH] Fix rsyslog container resources in task deployment template (#1426) --- 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 512c05da..0d1b82d8 100644 --- a/roles/installer/templates/deployments/task.yaml.j2 +++ b/roles/installer/templates/deployments/task.yaml.j2 @@ -343,7 +343,6 @@ spec: {% if ee_extra_env -%} {{ ee_extra_env | indent(width=12, first=True) }} {% endif %} - resources: {{ rsyslog_resource_requirements }} - image: '{{ _image }}' name: '{{ ansible_operator_meta.name }}-rsyslog' {% if rsyslog_command %} @@ -353,6 +352,7 @@ spec: args: {{ rsyslog_args }} {% endif %} imagePullPolicy: '{{ image_pull_policy }}' + resources: {{ rsyslog_resource_requirements }} volumeMounts: - name: "{{ ansible_operator_meta.name }}-application-credentials" mountPath: "/etc/tower/conf.d/credentials.py"