updates kubeURL

This commit is contained in:
2022-07-04 11:19:30 -05:00
parent 357eb9b9da
commit 0e354302d8
5 changed files with 5 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ USER git
script {
declarativeFunctions.deletePod(
kubeAuth: "k8s-development-access",
kubeURL: "https://kubernetes.test-chamber-13.lan:6443",
kubeURL: "https://k8s.test-chamber-13.lan:8043",
namespace: "development",
selector: "app=gitea,app.kubernetes.io/name=gitea"
)