Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/installation-adding-registry-pull-secret.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ endif::[]
ifdef::openshift-origin[]
{
"auths": {
"<mirror_registry>": {
"auth": "<credentials>",
"<mirror_registry>": { <1>
"auth": "<credentials>", <2>
"email": "[email protected]"
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/migration-installing-cam-operator-ocp-3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ containers:
...
env:
- name: REGISTRY
value: <registry.apps.example.com> <2>
value: <registry.apps.example.com> <3>
----
<1> Specify your mirror registry and the `sha256` value of the Operator image in the `mapping.txt` file.
<2> Specify your mirror registry.
Expand Down
2 changes: 1 addition & 1 deletion modules/update-configuring-image-signature.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ to update the cluster, such as `4.4.0`.
. Add the system architecture for your cluster to `ARCHITECTURE` environment variable:
+
----
$ ARCHITECTURE=<server_architecture> <11>
$ ARCHITECTURE=<server_architecture> <1>
----
<1> For `server_architecture`, specify the architecture of the server, such as `x86_64`.

Expand Down