Skip to content

Commit 5c59b89

Browse files
authored
[installer] Fix wrong env var name for proxy settings (#19367)
1 parent fac601f commit 5c59b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/pkg/components/openvsx-proxy/statefulset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func statefulset(ctx *common.RenderContext) ([]runtime.Object, error) {
8181
},
8282
{
8383
Name: "NO_PROXY",
84-
Value: proxyConfig.HttpsProxy,
84+
Value: proxyConfig.NoProxy,
8585
},
8686
}
8787

0 commit comments

Comments
 (0)