From 7498a4af2abbe3058bf7b8be13253cadc8fd1abf Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Wed, 21 Dec 2022 18:01:13 +0200 Subject: [PATCH] update container --- library/common/1.0.0/templates/lib/pod/_container.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/1.0.0/templates/lib/pod/_container.tpl b/library/common/1.0.0/templates/lib/pod/_container.tpl index 23bdb507a6..eba0199701 100644 --- a/library/common/1.0.0/templates/lib/pod/_container.tpl +++ b/library/common/1.0.0/templates/lib/pod/_container.tpl @@ -54,7 +54,7 @@ So it can work on multiple places, like additional containers and not only the m {{- with (include "ix.v1.common.container.probes" (dict "probes" .Values.probes "services" .Values.service "root" $) | trim) }} {{- . | nindent 2 }} {{- end -}} - {{- with (include "ix.v1.common.container.resources" (dict "resources" .Values.resources "gpu" .Values.scaleGPU) | trim) }} + {{- with (include "ix.v1.common.container.resources" (dict "resources" .Values.resources "gpu" .Values.scaleGPU "root" $) | trim) }} resources: {{- . | nindent 4 }} {{- end -}}