base64 k8s (yaml) decoder expects padding

This commit is contained in:
Mikaël Cluseau
2026-02-10 21:08:45 +01:00
parent 6d9499ebb1
commit 629bb21f12
4 changed files with 10 additions and 34 deletions

View File

@ -51,7 +51,7 @@ func buildBootISO(out io.Writer, ctx *renderContext) (err error) {
}
// create a tag file
bootstrapBytes, _, err := ctx.BootstrapConfig()
bootstrapBytes, err := ctx.BootstrapConfig()
if err != nil {
return
}