simplify pod selector

This commit is contained in:
Hyatt 2022-03-18 09:01:31 -05:00
parent a5c478ad77
commit 17754a810a
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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