We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e02e4 commit 5c715dfCopy full SHA for 5c715df
install/installer/pkg/config/v1/experimental/experimental.go
@@ -217,7 +217,8 @@ type WebAppConfig struct {
217
type ProxySettings struct {
218
HttpProxy string `json:"http_proxy"`
219
HttpsProxy string `json:"https_proxy"`
220
- NoProxy string `json:"no_proxy"`
+ // NoProxy setting should be used for the CIDRs and hostnames that should be not using the proxy URLs
221
+ NoProxy string `json:"no_proxy"`
222
}
223
224
type WorkspaceDefaults struct {
0 commit comments