diff --git a/components/crud-web-apps/jupyter/backend/apps/common/yaml/spawner_ui_config.yaml b/components/crud-web-apps/jupyter/backend/apps/common/yaml/spawner_ui_config.yaml index 31d7704d..6851aa32 100644 --- a/components/crud-web-apps/jupyter/backend/apps/common/yaml/spawner_ui_config.yaml +++ b/components/crud-web-apps/jupyter/backend/apps/common/yaml/spawner_ui_config.yaml @@ -129,12 +129,11 @@ spawnerFormDefaults: # the list of available vendors in the dropdown # `limitsKey` - what will be set as the actual limit # `uiName` - what will be displayed in the dropdown UI - vendors: [] - #vendors: - # - limitsKey: "nvidia.com/gpu" - # uiName: "NVIDIA" - # - limitsKey: "amd.com/gpu" - # uiName: "AMD" + vendors: + - limitsKey: "nvidia.com/gpu" + uiName: "NVIDIA" + - limitsKey: "amd.com/gpu" + uiName: "AMD" # the default value of the limit # (possible values: "none", "1", "2", "4", "8") @@ -304,4 +303,4 @@ spawnerFormDefaults: ################################################################ environment: readOnly: false - value: {} \ No newline at end of file + value: {} diff --git a/components/crud-web-apps/jupyter/manifests/base/configs/spawner_ui_config.yaml b/components/crud-web-apps/jupyter/manifests/base/configs/spawner_ui_config.yaml index 31d7704d..6851aa32 100644 --- a/components/crud-web-apps/jupyter/manifests/base/configs/spawner_ui_config.yaml +++ b/components/crud-web-apps/jupyter/manifests/base/configs/spawner_ui_config.yaml @@ -129,12 +129,11 @@ spawnerFormDefaults: # the list of available vendors in the dropdown # `limitsKey` - what will be set as the actual limit # `uiName` - what will be displayed in the dropdown UI - vendors: [] - #vendors: - # - limitsKey: "nvidia.com/gpu" - # uiName: "NVIDIA" - # - limitsKey: "amd.com/gpu" - # uiName: "AMD" + vendors: + - limitsKey: "nvidia.com/gpu" + uiName: "NVIDIA" + - limitsKey: "amd.com/gpu" + uiName: "AMD" # the default value of the limit # (possible values: "none", "1", "2", "4", "8") @@ -304,4 +303,4 @@ spawnerFormDefaults: ################################################################ environment: readOnly: false - value: {} \ No newline at end of file + value: {}