Skip to content

Commit ced31b9

Browse files
authored
Merge pull request #60528 from stevsmit/ocpbugs-9417
Adds trustedCA to image reg table
2 parents 3226d41 + cd67acf commit ced31b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
The following configuration parameters are available for AWS S3 registry storage.
99

10-
`ImageRegistryConfigStorageS3` holds the information to configure the registry to use the AWS S3 service for back-end storage. See the link:https://docs.docker.com/registry/storage-drivers/s3/[S3 storage driver documentation] for more information.
10+
The image registry `spec.storage.s3` configuration parameter holds the information to configure the registry to use the AWS S3 service for back-end storage. See the link:https://docs.docker.com/registry/storage-drivers/s3/[S3 storage driver documentation] for more information.
1111

1212
[cols="3a,8a",options="header"]
1313
|===
@@ -42,6 +42,8 @@ true, or this parameter is ignored.
4242
|CloudFront configures Amazon Cloudfront as the storage middleware in a registry.
4343
It is optional.
4444

45+
|`trustedCA`
46+
|The namespace for the config map referenced by `trustedCA` is `openshift-config`. The key for the bundle in the config map is `ca-bundle.crt`. It is optional.
4547
|===
4648

4749
[NOTE]

0 commit comments

Comments
 (0)