Skip to content

Commit 9309415

Browse files
fixup: . Create an ImageSetConfiguration file to specify the resources that you want to mirror. For example:
Signed-off-by: Fortune Ndlovu <[email protected]>
1 parent 30c6585 commit 9309415

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

modules/installation/proc-install-rhdh-airgapped-environment-ocp-helm.adoc

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,8 @@ podman login registry.redhat.io
6060
+
6161
For more information about registry authentication, see https://access.redhat.com/RegistryAuthentication[{company-name} Container Registry Authentication].
6262

63-
. Create an `ImageSetConfiguration` file to specify the resources that
64-
need to be mirrored.
65-
+
66-
Example *imageset-config-ref.yaml*
67-
+
63+
. Create an `ImageSetConfiguration` file to specify the resources that you want to mirror. For example:
64+
6865
[source,terminal]
6966
----
7067
apiVersion: mirror.openshift.io/v1alpha2
@@ -80,9 +77,6 @@ mirror:
8077
charts:
8178
- name: redhat-developer-hub
8279
version: "1.4.1"
83-
additionalImages:
84-
- name: registry.redhat.io/rhdh/rhdh-hub-rhel9:1.4-1737055846
85-
- name: registry.redhat.io/rhel9/postgresql-15:latest
8680
----
8781
. Run the mirroring process on the ImageSetConfiguration file. Use the
8882
`oc-mirror` command to mirror the specified resources based on the

0 commit comments

Comments
 (0)