Skip to content

Commit 6b855af

Browse files
authored
Merge pull request #81200 from dpateriya/patch-21
Indentation correction
2 parents 4177146 + 004aed8 commit 6b855af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security/certificate_types_descriptions/proxy-certificates.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ $ cat install-config.yaml
4848
----
4949
...
5050
proxy:
51-
httpProxy: http://<https://username:password@proxy.example.com:123/>
52-
httpsProxy: https://<https://username:password@proxy.example.com:123/>
53-
noProxy: <123.example.com,10.88.0.0/16>
51+
httpProxy: http://<username:password@proxy.example.com:123/>
52+
httpsProxy: http://<username:password@proxy.example.com:123/>
53+
noProxy: <123.example.com,10.88.0.0/16>
5454
additionalTrustBundle: |
5555
-----BEGIN CERTIFICATE-----
5656
<MY_HTTPS_PROXY_TRUSTED_CA_CERT>

0 commit comments

Comments
 (0)