From 0989a267fda207106a0ce8d337059c7f837d7e7d Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Thu, 20 Mar 2025 12:12:09 +0100
Subject: [PATCH] fix default option

---
 nfdigeneral/custom/fleet.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nfdigeneral/custom/fleet.yaml b/nfdigeneral/custom/fleet.yaml
index 7f3b35a1..a615a63f 100644
--- a/nfdigeneral/custom/fleet.yaml
+++ b/nfdigeneral/custom/fleet.yaml
@@ -38,7 +38,8 @@ helm:
         outpostKubeJSCCloud:
           pollInterval: 180
       services:
-        defaultOption: "4.3"
+        JupyterLab:
+          defaultOption: "4.3"
       systems:
         - JSC-Cloud
 targetCustomizations:
-- 
GitLab