File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ content: |
91
91
:setting:`spec.connectionSecretRef.name`. If unspecified, |ak8so|
92
92
uses the default connection |k8s-secret| previously set with your
93
93
API keys and organization ID.
94
+
95
+ Deploy the |ak8so| custom resource.
94
96
95
97
.. code-block:: sh
96
98
@@ -102,16 +104,9 @@ content: |
102
104
spec:
103
105
name: Test Atlas Operator Project
104
106
projectIpAccessList:
105
- - cidrBlock: "0.0.0.0/0"
106
- comment: "Allowing access to database from everywhere (only for Demo!) "
107
+ - ipAddress: <your-ip-address-range>
108
+ comment: "Adding your IP to Atlas access list "
107
109
EOF
108
-
109
- .. warning::
110
-
111
- The CIDR block in the example, ``0.0.0.0/0``, allows any client to
112
- connect to the |service| cluster. Do not use this IP address in
113
- production.
114
-
115
110
---
116
111
stepnum : 6
117
112
title : " Create the ``AtlasDeployment`` custom resource."
You can’t perform that action at this time.
0 commit comments