Skip to content

Commit aa6af2b

Browse files
authored
Merge pull request #37171 from poo17nam/main
#37164:Fixed typo exiting->existing
2 parents 3d17f39 + 6563d7a commit aa6af2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/installation-bare-metal-config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ registry.
337337
endif::openshift-origin[]
338338
endif::ibm-z,ibm-z-kvm[]
339339
ifdef::ibm-z,ibm-z-kvm[]
340-
<14> Add the `additionalTrustBundle` parameter and value. The value must be the contents of the certificate file that you used for your mirror registry, which can be an exiting, trusted certificate authority or the self-signed certificate that you generated for the mirror registry.
340+
<14> Add the `additionalTrustBundle` parameter and value. The value must be the contents of the certificate file that you used for your mirror registry, which can be an existing, trusted certificate authority or the self-signed certificate that you generated for the mirror registry.
341341
endif::ibm-z,ibm-z-kvm[]
342342
ifndef::openshift-origin[]
343343
<15> Provide the `imageContentSources` section from the output of the command to

modules/installation-generate-aws-user-infra-install-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ For `<local_registry>`, specify the registry domain name, and optionally the
8282
port, that your mirror registry uses to serve content. For example
8383
`registry.example.com` or `registry.example.com:5000`. For `<credentials>`,
8484
specify the base64-encoded user name and password for your mirror registry.
85-
.. Add the `additionalTrustBundle` parameter and value. The value must be the contents of the certificate file that you used for your mirror registry, which can be an exiting, trusted certificate authority or the self-signed certificate that you generated for the mirror registry.
85+
.. Add the `additionalTrustBundle` parameter and value. The value must be the contents of the certificate file that you used for your mirror registry, which can be an existing, trusted certificate authority or the self-signed certificate that you generated for the mirror registry.
8686
+
8787
[source,yaml]
8888
----

0 commit comments

Comments
 (0)