add alpine to podtemplate
This commit is contained in:
parent
8892d38463
commit
c2729d733a
@ -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) {
|
||||||
|
Reference in New Issue
Block a user