Skip to content

Commit

Permalink
change 2
Browse files Browse the repository at this point in the history
  • Loading branch information
amritanshusikdar committed Sep 19, 2024
1 parent 0164847 commit 9f7f40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/declarative/v2/default_transforms.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func watchedByOwnedBy(_ context.Context, obj Object, resources []*unstructured.U
lbls = make(map[string]string)
}
// legacy managed by value
lbls[shared.WatchedByLabel] = OperatorName
lbls[shared.WatchedByLabel] = "kyma"

annotations := resource.GetAnnotations()
if annotations == nil {
Expand Down

0 comments on commit 9f7f40e

Please sign in to comment.