Skip to content

Commit fab6581

Browse files
Merge pull request #33288 from mjpytlak/bz1962279
BZ1962279: Updated 2nd callout to add 's' to sample value for httpsproxy field.
2 parents 74d8e7c + a59ec9c commit fab6581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installation-configure-proxy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ apiVersion: v1
8181
baseDomain: my.domain.com
8282
proxy:
8383
httpProxy: http://<username>:<pswd>@<ip>:<port> <1>
84-
httpsProxy: http://<username>:<pswd>@<ip>:<port> <2>
84+
httpsProxy: https://<username>:<pswd>@<ip>:<port> <2>
8585
noProxy: example.com <3>
8686
additionalTrustBundle: | <4>
8787
-----BEGIN CERTIFICATE-----

0 commit comments

Comments
 (0)