Skip to content
Snippets Groups Projects
Commit b05620ce authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

Add VSCode as JupyterLab option

parent 97f2d4c9
Branches
Tags
No related merge requests found
Pipeline #266059 passed
...@@ -15,7 +15,7 @@ type: application ...@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.16.23 version: 0.16.24
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
......
...@@ -190,6 +190,24 @@ data: ...@@ -190,6 +190,24 @@ data:
systems: systems:
{{- toYaml .Values.customConfig.services.JupyterLab.default.allowedLists.systems | nindent 16 }} {{- toYaml .Values.customConfig.services.JupyterLab.default.allowedLists.systems | nindent 16 }}
{{- end }} {{- end }}
{{- if and
( index .Values.customConfig.services.JupyterLab "vscode" "enabled" )
( or
(has "JUWELS" .Values.customConfig.systems)
(has "JURECA" .Values.customConfig.systems)
(has "JEDI" .Values.customConfig.systems)
(has "JUSUF" .Values.customConfig.systems)
)
}}
"vscode":
name: "VSCode"
weight: 51
allowedLists:
groups:
{{- toYaml (index .Values.customConfig.services.JupyterLab "vscode" "allowedLists" "groups") | nindent 16 }}
systems:
{{- toYaml (index .Values.customConfig.services.JupyterLab "vscode" "allowedLists" "systems") | nindent 16 }}
{{- end }}
{{- if and {{- if and
( index .Values.customConfig.services.JupyterLab "xpra" "enabled" ) ( index .Values.customConfig.services.JupyterLab "xpra" "enabled" )
( or ( or
......
...@@ -373,7 +373,7 @@ customConfig: ...@@ -373,7 +373,7 @@ customConfig:
- "outpost_flavors" - "outpost_flavors"
services: services:
JupyterLab: JupyterLab:
defaultOption: "4.2" defaultOption: "4.3"
allowedGroups: allowedGroups:
- default - default
default: default:
...@@ -391,6 +391,16 @@ customConfig: ...@@ -391,6 +391,16 @@ customConfig:
- TUD - TUD
- TUD-Staging - TUD-Staging
- deNBI-Cloud - deNBI-Cloud
"vscode":
enabled: false
allowedLists:
groups:
- default
systems:
- JURECA
- JUWELS
- JEDI
- JUSUF
"xpra": "xpra":
enabled: true enabled: true
allowedLists: allowedLists:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment