Skip to content

Commit b192364

Browse files
committed
Follow-up to PR39260: Add Image Registry Operator configuration parameters
1 parent 8925c47 commit b192364

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/registry-operator-configuration-resource-overview.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ instance will handle before queuing additional requests.
5252

5353
|`defaultRoute`
5454
|Determines whether or not an external route is defined using the default
55-
hostname. If enabled, the route uses re-encrypt encryption. Defaults to false.
55+
hostname. If enabled, the route uses re-encrypt encryption. Defaults to `false`.
5656

5757
|`routes`
5858
|Array of additional routes to create. You provide the hostname and certificate
@@ -61,6 +61,9 @@ for the route.
6161
|`replicas`
6262
|Replica count for the registry.
6363

64+
|`disableRedirect`
65+
| Controls whether to route all data through the registry, rather than redirecting to the back end. Defaults to `false`.
66+
6467
|`spec.storage.managementState`
6568

6669
|The Image Registry Operator sets the `spec.storage.managementState` parameter to `Managed` on new installations or upgrades of clusters using installer-provisioned infrastructure on AWS or Azure.

0 commit comments

Comments
 (0)