Fixes an issue where specifying repo for Big Bang extension fails - #1613
Conversation
✅ Deploy Preview for zarf-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
I haven't tried to replicate this issue locally yet but I feel like we (I?) might be missing something here. The only time the I can spend more time to try to replicate this tomorrow but wanted to leave this comment incase someone saw something I was missing. Note: I think checking for an empty |
|
The issue is that when https://github.com/defenseunicorns/zarf/blob/main/src/extensions/bigbang/flux.go#L45 |
|
Ahh thanks, my eyes completely glossed over that |
Description
This fixes an issue where when specifying a
repoin the Big Bang extension (duringzarf package create, causes a packaging related error.Here is a yaml snippet example for
zarf.yamlthat reproduces this error.Related Issue
N/A
Type of change
Checklist before merging