Skip to content

Commit

Permalink
Also cache cms in the openshift-monitoring ns
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed May 31, 2024
1 parent 55be122 commit e7405da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions operators/multiclusterobservability/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,9 @@ func main() {
},
&corev1.ConfigMap{}: {
Namespaces: map[string]cache.Config{
defaultNamespace: {},
"kube-system": {},
defaultNamespace: {},
"openshift-monitoring": {},
"kube-system": {},
},
},
&corev1.Service{}: {
Expand Down

0 comments on commit e7405da

Please sign in to comment.