From 9edab2d2fa87244e0acec11d4adcd63b3d1b0604 Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Mon, 4 Nov 2024 09:33:01 +0100
Subject: [PATCH] Update maintenance hostnames

---
 hubs/maintenance/fleet.yaml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/hubs/maintenance/fleet.yaml b/hubs/maintenance/fleet.yaml
index 6c4488d4..b8446d1c 100644
--- a/hubs/maintenance/fleet.yaml
+++ b/hubs/maintenance/fleet.yaml
@@ -10,8 +10,7 @@ targetCustomizations:
   - name: staging
     clusterSelector:
       matchLabels:
-        stage: staging
-        app: jupyter
+        name: jupyter-stag
     helm:
       valuesFiles:
         - values/overlays/staging/hosts.yaml
@@ -23,8 +22,7 @@ targetCustomizations:
   - name: production
     clusterSelector:
       matchLabels:
-        stage: production
-        app: jupyter
+        name: jupyter-prod
     helm:
       valuesFiles:
         - values/overlays/production/hosts.yaml
-- 
GitLab