Skip to content

Commit e05cd38

Browse files
pierwilljosvazglmkerbey-mdb
authored
DOCSP-41735 Correct helm chart docs on watchedNamespaces (#151)
Co-authored-by: pierwill <[email protected]> Co-authored-by: josvaz <[email protected]> Co-authored-by: lmkerbey-mdb <[email protected]>
1 parent 140ffb2 commit e05cd38

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,9 @@ content: |
2929
helm repo add mongodb https://mongodb.github.io/helm-charts
3030
helm install atlas-operator --namespace=atlas-operator --create-namespace mongodb/mongodb-atlas-operator
3131
32-
- If you want |ak8so| to watch only its own |k8s-ns|, set the
33-
``--watchNamespaces`` flag to its own |k8s-ns|, and run the
34-
following command:
35-
36-
.. note::
37-
38-
You can set the ``--watchNamespaces`` flag only to its
39-
own |k8s-ns|. Setting the ``--watchNamespaces`` flag to any
40-
other |k8s-ns| is currently unsupported.
32+
- If you want |ak8so| to watch a particular set of |k8s-nss|, set the
33+
``--watchNamespaces`` flag to a comma-separated list of |k8s-nss| to be watched.
34+
For example, run the following command to watch only the ``atlas-operator``namespace:
4135
4236
.. code-block:: sh
4337

0 commit comments

Comments
 (0)