mirror of
https://github.com/truenas/charts.git
synced 2026-06-18 01:26:53 +08:00
update runtime
This commit is contained in:
@@ -62,7 +62,7 @@ tests:
|
||||
documentIndex: *deploymentDoc
|
||||
set:
|
||||
scaleGPU:
|
||||
something: something
|
||||
gpu.intel.com/i915: "1"
|
||||
asserts:
|
||||
- equal:
|
||||
path: spec.template.spec.containers[0].env
|
||||
@@ -260,7 +260,7 @@ tests:
|
||||
documentIndex: *deploymentDoc
|
||||
set:
|
||||
scaleGPU:
|
||||
something: something
|
||||
gpu.intel.com/i915: "1"
|
||||
asserts:
|
||||
- equal:
|
||||
path: spec.template.spec.containers[0].env
|
||||
@@ -280,7 +280,7 @@ tests:
|
||||
documentIndex: *deploymentDoc
|
||||
set:
|
||||
scaleGPU:
|
||||
something: something
|
||||
gpu.intel.com/i915: "1"
|
||||
nvidiaCaps:
|
||||
- compute
|
||||
- utility
|
||||
|
||||
@@ -47,7 +47,7 @@ securityContext:
|
||||
imagePullSecrets:
|
||||
{{- . | nindent 2 }}
|
||||
{{- end -}}
|
||||
{{- with (include "ix.v1.common.runtimeClassName" (dict "root" . "runtimeClassName" .Values.runtimeClassName) | trim) }}
|
||||
{{- with (include "ix.v1.common.runtimeClassName" (dict "root" . "runtime" .Values.runtimeClassName) | trim) }}
|
||||
runtimeClassName: {{ . }}
|
||||
{{- end -}}
|
||||
{{- with (include "ix.v1.common.controller.mainContainer" . | trim) }}
|
||||
|
||||
@@ -207,6 +207,8 @@ dnsConfig: {}
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
runtimeClassName: ""
|
||||
|
||||
tolerations: []
|
||||
|
||||
podSecurityContext:
|
||||
|
||||
Reference in New Issue
Block a user