Skip to content

Commit

Permalink
FIX: telemetries CR namespace bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TeodorSAP committed Jan 29, 2024
1 parent 1c998f5 commit 9ea38cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ func main() {
&corev1.Service{}: {Field: setNamespaceFieldSelector()},
&networkingv1.NetworkPolicy{}: {Field: setNamespaceFieldSelector()},
&corev1.Secret{}: {Field: setNamespaceFieldSelector()},
&operatorv1alpha1.Telemetry{}: {Field: setNamespaceFieldSelector()},
},
},
Client: client.Options{
Expand Down

0 comments on commit 9ea38cd

Please sign in to comment.