Skip to content

Commit fbb4565

Browse files
(DOCSP-11930): Kubernetes Operator does not support namespaced config… (#353)
* (DOCSP-11930): Kubernetes Operator does not support namespaced configmapref or credentials secret * (DOCSP-11930): review feedback
1 parent 3fa5098 commit fbb4565

File tree

5 files changed

+6
-22
lines changed

5 files changed

+6
-22
lines changed

source/includes/admonitions/note-namespace-match-configmap.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,3 @@
33

44
This value *must* match the namespace in which you created the
55
|onprem| :ref:`project ConfigMap <create-k8s-project>`.
6-
7-
If this |k8s-mdbrsc| is in a different |k8s-ns| than the
8-
:ref:`project ConfigMap <create-k8s-project>`, you should
9-
set this value to the namespace *and* name of the
10-
ConfigMap in this format:
11-
``<metadata.namespace>/<metadata.name>``

source/includes/admonitions/note-namespace-match-secret.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@
55
secret and the ``name`` value you provided for your |mms|
66
|k8s| :ref:`Secret <create-k8s-credentials>`.
77

8-
If this |k8s-obj| is in a different |k8s-ns| than the
9-
Secret, you should set this value to the namespace *and*
10-
name of the Secret in this format:
11-
``<namespace>/<name>``

source/includes/list-tables/rs-resource-base-options.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353

5454
.. include:: /includes/admonitions/fact-k8s-operator-manages-configmap.rst
5555

56-
- ``<myconfigmap>`` or
57-
``<namespace>/<myconfigmap>``
56+
- ``<myconfigmap>``
5857

5958
* - :setting:`spec.credentials`
6059
- string
@@ -67,8 +66,7 @@
6766

6867
.. include:: /includes/admonitions/fact-k8s-operator-manages-secret.rst
6968

70-
- ``<mycredentials>`` or
71-
``<namespace>/<mycredentials>``
69+
- ``<mycredentials>``
7270

7371
* - :setting:`spec.type`
7472
- string

source/includes/steps-deploy-k8s-sharded-cluster.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ content: |
109109
110110
.. include:: /includes/admonitions/fact-k8s-operator-manages-configmap.rst
111111
112-
- ``<myproject>`` or
113-
``<namespace>/<myconfigmap>``
112+
- ``<myproject>``
114113
115114
* - :setting:`spec.credentials`
116115
- string
@@ -123,8 +122,7 @@ content: |
123122
124123
.. include:: /includes/admonitions/fact-k8s-operator-manages-secret.rst
125124
126-
- ``<mycredentials>`` or
127-
``<namespace>/<mycredentials>``
125+
- ``<mycredentials>``
128126
129127
* - :setting:`spec.type`
130128
- string

source/includes/steps-deploy-k8s-standalone.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ content: |
8282
8383
.. include:: /includes/admonitions/fact-k8s-operator-manages-configmap.rst
8484
85-
- ``<myproject>`` or
86-
``<namespace>/<myconfigmap>``
85+
- ``<myproject>``
8786
8887
* - :setting:`spec.credentials`
8988
- string
@@ -96,8 +95,7 @@ content: |
9695
9796
.. include:: /includes/admonitions/fact-k8s-operator-manages-secret.rst
9897
99-
- ``<mycredentials>`` or
100-
``<namespace>/<mycredentials>``
98+
- ``<mycredentials>``
10199
102100
* - :setting:`spec.type`
103101
- string

0 commit comments

Comments
 (0)