Skip to content

Commit d134839

Browse files
authored
Merge pull request #72701 from aireilly/typo-fix
OCPBUGS-20430 - yaml typo
2 parents 6cc7e08 + 88af032 commit d134839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ztp-configuring-the-cluster-for-a-disconnected-environment.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ spec:
8282
requests:
8383
storage: <fs_storage_size>
8484
mirrorRegistryRef:
85-
name: 'assisted-installer-mirror-config' <2>
85+
name: assisted-installer-mirror-config <2>
8686
osImages:
8787
- openshiftVersion: <ocp_version>
8888
url: <iso_url> <3>
8989
----
9090
<1> Set the `AgentServiceConfig` namespace to `multicluster-engine` to match the `ConfigMap` namespace
9191
<2> Set `mirrorRegistryRef.name` to match the definition specified in the related `ConfigMap` CR
92-
<3> Set the URL for the ISO hosted on `httpd` server
92+
<3> Set the URL for the ISO hosted on the `httpd` server
9393
9494
[IMPORTANT]
9595
====

0 commit comments

Comments
 (0)