use new cluster

This commit is contained in:
Hyatt 2022-03-14 14:38:55 -05:00
parent 5bdcf465c9
commit bb8764e0b7
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -117,10 +117,10 @@ podTemplate(
) )
functions.deletePod( functions.deletePod(
kubeAuth: "rancher-admin-token", kubeAuth: "k8s-game-servers-access",
kubeURL: "https://rancher.test-chamber-13.lan/k8s/clusters/c-mc9cq", kubeURL: "https://kubernetes.test-chamber-13.lan:6443",
namespace: "game-servers", namespace: "game-servers",
selector: "workload.user.cattle.io/workloadselector=apps.deployment-game-servers-factorio" selector: "app=factorio"
) )
} }
} }