changes to use new cluster
This commit is contained in:
parent
471a69dc8c
commit
1c9601f96d
@ -5,7 +5,7 @@ def registry = "registry.c.test-chamber-13.lan"
|
||||
def alpineImage = "${registry}/library/alpine"
|
||||
def alpineTag = "latest"
|
||||
|
||||
def kubectlCreds = "rancher-admin-token"
|
||||
def kubectlCreds = "k8s-dl-automation-access"
|
||||
def nordCreds = "nordvpn-login-creds"
|
||||
|
||||
def nordURLs = [
|
||||
@ -72,7 +72,7 @@ spec:
|
||||
|
||||
withKubeConfig([
|
||||
credentialsId: kubectlCreds,
|
||||
serverUrl: "https://rancher.test-chamber-13.lan/k8s/clusters/c-mc9cq",
|
||||
serverUrl: "https://kubernetes.test-chamber-13.lan:6443",
|
||||
namespace: "webservers"
|
||||
]) {
|
||||
sh """
|
||||
|
Reference in New Issue
Block a user