Compare commits

...

2 Commits

Author SHA1 Message Date
Zubair Haque 47d3a4f240
Merge 1af72cb67d into d3908e6a3c 2025-10-27 09:57:26 -04:00
Zubair Haque 1af72cb67d
Update pkg/config/sync.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-27 09:57:23 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ type SyncOptions struct {
IncludeNeeds bool
// IncludeTransitiveNeeds is the include transitive needs flag
IncludeTransitiveNeeds bool
// EnforceNeedsAreInstalled is true we should error if/when there are unmeetable dependencies
// EnforceNeedsAreInstalled indicates whether to error when there are unmeetable dependencies
EnforceNeedsAreInstalled bool
// SkipCrds is the skip crds flag
SkipCRDs bool