You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/manifests/bases/mongodb-atlas-kubernetes.clusterserviceversion.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ spec:
42
42
The MongoDB Atlas Operator provides a native integration between the Kubernetes orchestration platform and MongoDB Atlas —
43
43
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.
44
44
45
-
> Current Status: *Beta*. The Operator gives users the ability to provision
45
+
> Current Status: *Stable*. The Operator gives users the ability to provision
46
46
> Atlas projects, clusters and database users using Kubernetes Specifications and bind connection information
47
47
> into applications deployed to Kubernetes.
48
48
@@ -77,12 +77,12 @@ spec:
77
77
projectIpAccessList:
78
78
- ipAddress: "192.0.2.15"
79
79
comment: "IP address for Application Server A"
80
-
- ipAddress: "203.0.113.0/24"
80
+
- cidrBlock: "203.0.113.0/24"
81
81
comment: "CIDR block for Application Server B - D"
82
82
```
83
83
**3.** Create an `AtlasDeployment` Custom Resource.
84
84
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
0 commit comments