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 4d926b5 commit a59ec9cCopy full SHA for a59ec9c
modules/installation-configure-proxy.adoc
@@ -81,7 +81,7 @@ apiVersion: v1
81
baseDomain: my.domain.com
82
proxy:
83
httpProxy: http://<username>:<pswd>@<ip>:<port> <1>
84
- httpsProxy: http://<username>:<pswd>@<ip>:<port> <2>
+ httpsProxy: https://<username>:<pswd>@<ip>:<port> <2>
85
noProxy: example.com <3>
86
additionalTrustBundle: | <4>
87
-----BEGIN CERTIFICATE-----
0 commit comments