From acd2a9b2ee7d43bce7447462119753eed58e8907 Mon Sep 17 00:00:00 2001
From: zam <mirco.zachmann@meissa.de>
Date: Thu, 13 Feb 2025 18:29:13 +0100
Subject: [PATCH] [skip ci] changed k3s-create-context.sh

---
 .../provs/desktop/infrastructure/k3s-create-context.sh          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/org/domaindrivenarchitecture/provs/desktop/infrastructure/k3s-create-context.sh b/src/main/resources/org/domaindrivenarchitecture/provs/desktop/infrastructure/k3s-create-context.sh
index 9ffe809..aea0cff 100644
--- a/src/main/resources/org/domaindrivenarchitecture/provs/desktop/infrastructure/k3s-create-context.sh
+++ b/src/main/resources/org/domaindrivenarchitecture/provs/desktop/infrastructure/k3s-create-context.sh
@@ -28,7 +28,7 @@ function sourceNewContext() {
 
 function main() {
     local cluster_name="${1}";
-    local domain_name="${2:-meissa-gmbh.de}";
+    local domain_name="${2:-meissa.de}";
 
     ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@${cluster_name}.${domain_name} \
     "cat /etc/rancher/k3s/k3s.yaml" | \