Skip to content

Commit

Permalink
feat: support components in kustomize
Browse files Browse the repository at this point in the history
Signed-off-by: pashakostohrys <[email protected]>
  • Loading branch information
pasha-codefresh committed Nov 3, 2023
1 parent efc8699 commit 76f7067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/apis/application/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,8 @@ func (k *ApplicationSourceKustomize) IsZero() bool {
len(k.Replicas) == 0 &&
len(k.CommonLabels) == 0 &&
len(k.CommonAnnotations) == 0 &&
len(k.Patches) == 0
len(k.Patches) == 0 &&
len(k.Components) == 0
}

// MergeImage merges a new Kustomize image identifier in to a list of images
Expand Down

0 comments on commit 76f7067

Please sign in to comment.