Skip to content

Commit a6ed7e3

Browse files
committed
2
1 parent 8ed34d2 commit a6ed7e3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

install/installer/pkg/components/image-builder-mk3/networkpolicy.go

-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ import (
1515

1616
func networkpolicy(ctx *common.RenderContext) ([]runtime.Object, error) {
1717
labels := common.DefaultLabels(Component)
18-
imageBuildLabels := map[string]string{
19-
"app": common.AppName,
20-
"component": "workspace",
21-
"workspacetype": "imagebuild",
22-
}
2318

2419
return []runtime.Object{
2520
&networkingv1.NetworkPolicy{

0 commit comments

Comments
 (0)