Skip to content

Commit 92a9d1e

Browse files
authored
Merge pull request #57014 from aireilly/fix-ztp-podman-typos
[OCPBUGS-8373, OCPBUGS-8367] - Fix podman command typos
2 parents 8d002e1 + 104d382 commit 92a9d1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/ztp-generating-install-and-config-crs-manually.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ $ mkdir -p ./out
2727
+
2828
[source,terminal,subs="attributes+"]
2929
----
30-
$ podman run --log-driver=none --rm registry.redhat.io/openshift4/ztp-site-generate-rhel8:v{product-version}.1 extract /home/ztp --tar | tar x -C ./out
30+
$ podman run --log-driver=none --rm registry.redhat.io/openshift4/ztp-site-generate-rhel8:v{product-version} extract /home/ztp --tar | tar x -C ./out
3131
----
3232
+
33-
The `./out` directory contains the reference `PolicyGenTemplate` and `SiteConfig` CRs in the `out/argocd/example/` folder.
33+
The `./out` directory has the reference `PolicyGenTemplate` and `SiteConfig` CRs in the `out/argocd/example/` folder.
3434
+
3535
.Example output
3636
[source,terminal]

modules/ztp-preparing-the-ztp-git-repository.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ mkdir -p ./out
3232
+
3333
[source,terminal,subs="attributes+"]
3434
----
35-
$ podman run --log-driver=none --rm registry.redhat.io/openshift4/ztp-site-generate-rhel8:v{product-version}.1 extract /home/ztp --tar | tar x -C ./out
35+
$ podman run --log-driver=none --rm registry.redhat.io/openshift4/ztp-site-generate-rhel8:v{product-version} extract /home/ztp --tar | tar x -C ./out
3636
----
3737

3838
. Check that the `out` directory contains the following subdirectories:

0 commit comments

Comments
 (0)