Skip to content

Commit

Permalink
Merge pull request #229 from meshery/fix/crash
Browse files Browse the repository at this point in the history
fix crash at discovery stage
  • Loading branch information
Mohd Uzair authored Aug 22, 2023
2 parents 3ad8874 + b9f88a0 commit 507051d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/config/default_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ var (
},
//Added Ingress support
{
Name: "ingresses.v1.",
Name: "ingresses.v1.networking.k8s.io",
PublishTo: "meshery.meshsync.core",
},
//Added endpoint support
{
Name: "endpoints.v1",
PublishTo: " meshery.meshSync.core",
Name: "endpoints.v1.",
PublishTo: "meshery.meshsync.core",
},
// Istio Resources
// {
Expand Down

0 comments on commit 507051d

Please sign in to comment.