Skip to content

Commit 277a5d7

Browse files
authored
Merge pull request #27158 from adellape/up_crd
Lowercase CRD
2 parents ec0534e + a9f40e5 commit 277a5d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/olm-operator-framework.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ role-based access control (RBAC) of Operators in a cluster. Deployed by default
2121
in {product-title} {product-version}.
2222

2323
Operator Registry::
24-
The Operator Registry stores ClusterServiceVersions (CSVs) and Custom Resource
25-
Definitions (CRDs) for creation in a cluster and stores Operator metadata about
24+
The Operator Registry stores ClusterServiceVersions (CSVs) and custom resource
25+
definitions (CRDs) for creation in a cluster and stores Operator metadata about
2626
packages and channels. It runs in a Kubernetes or OpenShift cluster to provide
2727
this Operator catalog data to OLM.
2828

modules/olm-why-use-operators.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ providers.
2424
Why manage your app with Kubernetes APIs and `kubectl` tooling?::
2525
These APIs are feature rich, have clients for all platforms and plug into the
2626
cluster’s access control/auditing. An Operator uses the Kubernetes' extension
27-
mechanism, Custom Resource Definitions (CRDs), so your custom object,
27+
mechanism, custom resource definitions (CRDs), so your custom object,
2828
link:https://marketplace.redhat.com/en-us/products/mongodb-enterprise-advanced-from-ibm[for
2929
example `MongoDB`], looks and acts just like the built-in, native Kubernetes
3030
objects.

0 commit comments

Comments
 (0)