adds alpine container, req for kubectl commands

This commit is contained in:
Hyatt 2022-03-18 09:06:08 -05:00
parent 17754a810a
commit 310d6cb577
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -25,6 +25,7 @@ podTemplate(
repo: repository, repo: repository,
templateName: templateName, templateName: templateName,
kaniko: true, kaniko: true,
alpine: true
) )
) { ) {
node (label) { node (label) {
@ -45,7 +46,7 @@ podTemplate(
kubeAuth: "k8s-development-access", kubeAuth: "k8s-development-access",
kubeURL: "https://kubernetes.test-chamber-13.lan:6443", kubeURL: "https://kubernetes.test-chamber-13.lan:6443",
namespace: "development", namespace: "development",
selector: "app=gitea" selector: "app=gitea,app.kubernetes.io/name=gitea"
) )
} }
} }