From 1c7c89efb382825939992c27a969bfcd66e62f06 Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Thu, 13 Oct 2022 12:27:51 -0400 Subject: [PATCH] Use Task container resource requirements for init container (#1084) --- roles/installer/templates/deployments/deployment.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/installer/templates/deployments/deployment.yaml.j2 b/roles/installer/templates/deployments/deployment.yaml.j2 index 54ea5c62..395cc318 100644 --- a/roles/installer/templates/deployments/deployment.yaml.j2 +++ b/roles/installer/templates/deployments/deployment.yaml.j2 @@ -42,6 +42,7 @@ spec: - name: init image: '{{ _init_container_image }}' imagePullPolicy: '{{ image_pull_policy }}' + resources: {{ task_resource_requirements }} command: - /bin/sh - -c