Skip to content

Commit

Permalink
FFFF
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Sep 17, 2024
1 parent 9cadfcd commit 1d1e1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/embedded-cluster/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func maybePromptForNoProxy(c *cli.Context, proxy *ecv1beta1.ProxySpec) (*ecv1bet
logrus.Infof("no-proxy was not set, using default no proxy %s", cleanDefaultIPNet)
proxy.ProvidedNoProxy = cleanDefaultIPNet
regenerateNoProxy(c, proxy)
logrus.Infof("final no-proxy is %q", proxy.ProvidedNoProxy)
logrus.Infof("final no-proxy is %q", proxy.NoProxy)
return proxy, nil
} else {
return promptForNoProxy(c, proxy, cleanDefaultIPNet, defaultIPNet.IP.String())
Expand Down

0 comments on commit 1d1e1f8

Please sign in to comment.