Skip to content

Commit 382f805

Browse files
authored
Merge pull request #21855 from medyagh/inspktor-cleanup
inspektor-gadget addon: remove deleted asset
2 parents 708d288 + b901e8e commit 382f805

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/minikube/assets/addons.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ var Addons = map[string]*Addon{
276276
"0640"),
277277
}, false, "istio", "3rd party (Istio)", "", "https://istio.io/latest/docs/setup/platform-setup/minikube/", nil, nil),
278278
"inspektor-gadget": NewAddon([]*BinAsset{
279-
MustBinAsset(addons.InspektorGadgetAssets, "inspektor-gadget/ig-crd.yaml", vmpath.GuestAddonsDir, "ig-crd.yaml", "0640"),
280279
MustBinAsset(addons.InspektorGadgetAssets, "inspektor-gadget/ig-deployment.yaml.tmpl", vmpath.GuestAddonsDir, "ig-deployment.yaml", "0640"),
281280
}, false, "inspektor-gadget", "3rd party (inspektor-gadget.io)", "https://github.com/orgs/inspektor-gadget/people", "https://minikube.sigs.k8s.io/docs/handbook/addons/inspektor-gadget/",
282281
map[string]string{

0 commit comments

Comments
 (0)