changes pod access creds

This commit is contained in:
Hyatt 2022-03-18 08:50:34 -05:00
parent 66593e45d5
commit a5c478ad77
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -42,9 +42,9 @@ podTemplate(
) )
functions.deletePod( functions.deletePod(
kubeAuth: "k8s-monitoring-access", kubeAuth: "k8s-development-access",
kubeURL: "https://kubernetes.test-chamber-13.lan:6443", kubeURL: "https://kubernetes.test-chamber-13.lan:6443",
namespace: "monitoring", namespace: "development",
selector: "app=gitea,app.kubernetes.io/name=gitea" selector: "app=gitea,app.kubernetes.io/name=gitea"
) )
} }