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