Skip to content

Commit 0135649

Browse files
DOCSP-38118 -- Update CRD manifest example to include specific IP Address. (#55)
* DOCSP-38118 -- Fix CRD IP address example * DOCSP-38118 -- Fix CRD IP address example * DOCSP-38118 -- Fix CRD IP address example * Update source/includes/steps-ak8so-quick-start.yaml Co-authored-by: lmkerbey-mdb <[email protected]> * tech review revisions --------- Co-authored-by: lmkerbey-mdb <[email protected]>
1 parent 69037f3 commit 0135649

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

source/includes/steps-ak8so-quick-start.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ content: |
9191
:setting:`spec.connectionSecretRef.name`. If unspecified, |ak8so|
9292
uses the default connection |k8s-secret| previously set with your
9393
API keys and organization ID.
94+
95+
Deploy the |ak8so| custom resource.
9496
9597
.. code-block:: sh
9698
@@ -102,16 +104,9 @@ content: |
102104
spec:
103105
name: Test Atlas Operator Project
104106
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"
107109
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-
115110
---
116111
stepnum: 6
117112
title: "Create the ``AtlasDeployment`` custom resource."

0 commit comments

Comments
 (0)