Skip to content

Commit eea5bf0

Browse files
authored
Merge pull request #72580 from stevsmit/OCPBUGS-30168
Fixes small typo in Image Registry documentation
2 parents b1c2f3a + 640fdf1 commit eea5bf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/pruning-images.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ The Image Registry Operator's behavior for managing the pruner is orthogonal to
8080
However, the `managementState` of the Image Registry Operator alters the behavior of the deployed image pruner job:
8181
8282
* `Managed`: the `--prune-registry` flag for the image pruner is set to `true`.
83-
* `Removed`: the `--prune-registry` flag for the image pruner is set to `false`, meaning it only prunes image metatdata in etcd.
83+
* `Removed`: the `--prune-registry` flag for the image pruner is set to `false`, meaning it only prunes image metadata in etcd.
8484
====

registry/configuring-registry-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The Image Registry Operator's behavior for managing the pruner is orthogonal to
3939
However, the `managementState` of the Image Registry Operator alters the behavior of the deployed image pruner job:
4040

4141
* `Managed`: the `--prune-registry` flag for the image pruner is set to `true`.
42-
* `Removed`: the `--prune-registry` flag for the image pruner is set to `false`, meaning it only prunes image metatdata in etcd.
42+
* `Removed`: the `--prune-registry` flag for the image pruner is set to `false`, meaning it only prunes image metadata in etcd.
4343
====
4444
endif::openshift-dedicated,openshift-rosa[]
4545

0 commit comments

Comments
 (0)