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.
2 parents 74d8e7c + a59ec9c commit fab6581Copy full SHA for fab6581
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