Add gpu definition to feature capability map

This commit is contained in:
Waqar Ahmed 2020-10-16 21:52:43 +05:00
parent 34fb0ce218
commit afb7ea9180
2 changed files with 5 additions and 0 deletions

View File

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

View File

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