From 92cc67a4acc906fb0056fd78b0a96a72548b858f Mon Sep 17 00:00:00 2001 From: nhyatt Date: Thu, 14 Oct 2021 21:57:20 +0000 Subject: [PATCH] Update 'nordvpn-autoconfigure.jenkins' --- nordvpn-autoconfigure.jenkins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nordvpn-autoconfigure.jenkins b/nordvpn-autoconfigure.jenkins index b768837..6ab65c0 100644 --- a/nordvpn-autoconfigure.jenkins +++ b/nordvpn-autoconfigure.jenkins @@ -1,6 +1,6 @@ def label = "jenkins-${UUID.randomUUID().toString()}" -def registry = "registry.cluster.test-chamber-13.lan" +def registry = "registry.c.test-chamber-13.lan" def alpineImage = "${registry}/library/alpine" def alpineTag = "latest" @@ -72,7 +72,7 @@ spec: withKubeConfig([ credentialsId: kubectlCreds, - serverUrl: "https://rancher.test-chamber-13.lan/k8s/clusters/c-r4cq6", + serverUrl: "https://rancher.test-chamber-13.lan/k8s/clusters/c-2wjd5", namespace: "webservers" ]) { sh """