another attempt with a kubeconfig file

This commit is contained in:
2022-03-13 12:35:10 -05:00
parent 1c9601f96d
commit 5bdcf465c9

View File

@ -73,7 +73,7 @@ spec:
withKubeConfig([ withKubeConfig([
credentialsId: kubectlCreds, credentialsId: kubectlCreds,
serverUrl: "https://kubernetes.test-chamber-13.lan:6443", serverUrl: "https://kubernetes.test-chamber-13.lan:6443",
namespace: "webservers" namespace: kubeNamespace
]) { ]) {
sh """ sh """
# Get OpenVPN Config # Get OpenVPN Config