Skip to content

Commit a59ec9c

Browse files
committed
Updated 2nd callout to add 's' to sample value for httpsproxy field.
1 parent 4d926b5 commit a59ec9c

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)