mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 12:09:53 +08:00
Add gpu definition to feature capability map
This commit is contained in:
@@ -63,6 +63,7 @@ containers:
|
||||
{{- include "containerEnvVariables" . | indent 2 }}
|
||||
{{- include "containerLivenssProbe" . | indent 2 }}
|
||||
{{- include "containerPorts" . | indent 2 }}
|
||||
{{- include "containerResourceConfiguration" . | indent 2 }}
|
||||
{{- include "volumeConfiguration" . }}
|
||||
{{- include "dnsConfiguration" . }}
|
||||
{{- end }}
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
"stable": {"min": "20.12-ALPHA"},
|
||||
"nightlies": {"min": "20.10-MASTER-somever"}
|
||||
},
|
||||
"definitions/gpuConfiguration": {
|
||||
"stable": {"min": "20.12-ALPHA"},
|
||||
"nightlies": {"min": "20.10-MASTER-somever"}
|
||||
},
|
||||
"validations/persistentVolumeClaims": {
|
||||
"stable": {"min": "20.12-ALPHA"},
|
||||
"nightlies": {"min": "20.10-MASTER-somever"}
|
||||
|
||||
Reference in New Issue
Block a user