Skip to content

Commit bd337db

Browse files
authored
Fix up istio workloadentries CRD (#219)
Signed-off-by: David Collom <[email protected]>
1 parent c13dd39 commit bd337db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/datagatherer/istio/gvrs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ var defaultGVRs = []schema.GroupVersionResource{
8787
{
8888
Group: "networking.istio.io",
8989
Version: "v1alpha3",
90-
Resource: "eorkloadentries",
90+
Resource: "workloadentries",
9191
},
9292
{
9393
Group: "networking.istio.io",

0 commit comments

Comments
 (0)