Skip to content

Commit 6aa430b

Browse files
Fixed CSV description (#765)
1 parent 4642b80 commit 6aa430b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/manifests/bases/mongodb-atlas-kubernetes.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
The MongoDB Atlas Operator provides a native integration between the Kubernetes orchestration platform and MongoDB Atlas —
4343
the only multi-cloud document database service that gives you the versatility you need to build sophisticated and resilient applications that can adapt to changing customer demands and market trends.
4444
45-
> Current Status: *Beta*. The Operator gives users the ability to provision
45+
> Current Status: *Stable*. The Operator gives users the ability to provision
4646
> Atlas projects, clusters and database users using Kubernetes Specifications and bind connection information
4747
> into applications deployed to Kubernetes.
4848
@@ -77,12 +77,12 @@ spec:
7777
projectIpAccessList:
7878
- ipAddress: "192.0.2.15"
7979
comment: "IP address for Application Server A"
80-
- ipAddress: "203.0.113.0/24"
80+
- cidrBlock: "203.0.113.0/24"
8181
comment: "CIDR block for Application Server B - D"
8282
```
8383
**3.** Create an `AtlasDeployment` Custom Resource.
8484
The example below is a minimal configuration to create an M10 Atlas cluster in the AWS US East region. For a full list of properties, check
85-
`atlasclusters.atlas.mongodb.com` [CRD specification](config/crd/bases/atlas.mongodb.com_atlasclusters.yaml)):
85+
`atlasdeployments.atlas.mongodb.com` [CRD specification](config/crd/bases/atlas.mongodb.com_atlasdeployments.yaml)):
8686
```
8787
apiVersion: atlas.mongodb.com/v1
8888
kind: AtlasDeployment

0 commit comments

Comments
 (0)