Hey there! It would be great if you can add support for custom ServiceAccount. The current default service account is `builder`: https://github.com/gabemontero/obu/blob/63751a6114940b461ab603a2352cc59728bae20f/pkg/cmd/cli/cmd/internal_registry.go#L76 I'm using a custom build agent but for use your lib I need to change it to the default one (`builder`).
Hey there!
It would be great if you can add support for custom ServiceAccount. The current default service account is
builder:obu/pkg/cmd/cli/cmd/internal_registry.go
Line 76 in 63751a6
I'm using a custom build agent but for use your lib I need to change it to the default one (
builder).