We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed34d2 commit a6ed7e3Copy full SHA for a6ed7e3
install/installer/pkg/components/image-builder-mk3/networkpolicy.go
@@ -15,11 +15,6 @@ import (
15
16
func networkpolicy(ctx *common.RenderContext) ([]runtime.Object, error) {
17
labels := common.DefaultLabels(Component)
18
- imageBuildLabels := map[string]string{
19
- "app": common.AppName,
20
- "component": "workspace",
21
- "workspacetype": "imagebuild",
22
- }
23
24
return []runtime.Object{
25
&networkingv1.NetworkPolicy{
0 commit comments