Skip to content

Commit

Permalink
Merge pull request #224 from Aritra8438/add-endpoints-support
Browse files Browse the repository at this point in the history
Add `endpoints` support
  • Loading branch information
leecalcote authored Aug 17, 2023
2 parents 8a12df4 + 0413394 commit 68cffe4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/config/default_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ var (
Name: "ingresses.v1.",
PublishTo: "meshery.meshsync.core",
},
//Added endpoint support
{
Name: "endpoints.v1",
PublishTo: " meshery.meshSync.core",
},
// Istio Resources
// {
// Name: "virtualservices.v1beta1.networking.istio.io",
Expand Down

0 comments on commit 68cffe4

Please sign in to comment.