Skip to content

Commit 5c715df

Browse files
authored
Add a note about no proxy env var (#19395)
1 parent 06e02e4 commit 5c715df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/installer/pkg/config/v1/experimental/experimental.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ type WebAppConfig struct {
217217
type ProxySettings struct {
218218
HttpProxy string `json:"http_proxy"`
219219
HttpsProxy string `json:"https_proxy"`
220-
NoProxy string `json:"no_proxy"`
220+
// NoProxy setting should be used for the CIDRs and hostnames that should be not using the proxy URLs
221+
NoProxy string `json:"no_proxy"`
221222
}
222223

223224
type WorkspaceDefaults struct {

0 commit comments

Comments
 (0)