add alpine to podtemplate

This commit is contained in:
Hyatt 2022-01-28 10:42:44 -06:00
parent 8892d38463
commit c2729d733a
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -99,7 +99,8 @@ podTemplate(
yaml: functions.podYaml( yaml: functions.podYaml(
repo: repository, repo: repository,
templateName: templateName, templateName: templateName,
kaniko: true kaniko: true,
alpine: true
) )
) { ) {
node (label) { node (label) {