Skip to content

Commit

Permalink
fix: removes &applicationapiv1alpha1.Component from list
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Mendes <[email protected]>
  • Loading branch information
theflockers committed Jan 30, 2025
1 parent 8079023 commit afc9a2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ func main() {
// objects that the operator does not watch, but are used by it.
&appstudiov1alpha1.ReleaseServiceConfig{}: {},
&applicationapiv1alpha1.Snapshot{}: {},
&applicationapiv1alpha1.Component{}: {},
&applicationapiv1alpha1.Application{}: {},
},
},

Check warning on line 123 in main.go

View check run for this annotation

Codecov / codecov/patch

main.go#L108-L123

Added lines #L108 - L123 were not covered by tests
Expand Down

0 comments on commit afc9a2a

Please sign in to comment.