Skip to content

Commit

Permalink
fix: Limit watching telemetry CRs to system namespace (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeodorSAP authored Jan 30, 2024
1 parent 1c998f5 commit dd69233
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 dd69233

Please sign in to comment.