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" | \