Skip to content

Commit

Permalink
Include kustomizations in manifest count (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy authored Aug 13, 2022
1 parent a062aa9 commit 3a6436c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal/packager/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ func addComponent(tempPath tempPaths, component types.ZarfComponent) {
manifestCount := 0
for _, manifest := range component.Manifests {
manifestCount += len(manifest.Files)
manifestCount += len(manifest.Kustomizations)
}

spinner := message.NewProgressSpinner("Loading %d K8s manifests", manifestCount)
Expand Down

0 comments on commit 3a6436c

Please sign in to comment.