update container

This commit is contained in:
Stavros kois
2022-12-21 18:01:13 +02:00
parent 8c19a76c69
commit 7498a4af2a

View File

@@ -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 -}}