Skip to content

Commit 3164bfa

Browse files
(DOCSP-44245) [MEKO] Fixes incorrect naming conventions. (#1905) (#1912)
* (DOCSP-44245) Fixed incorrect info. * Update source/includes/list-tables/configmap-keys-curl.rst * Update source/includes/list-tables/configmap-keys-curl.rst --------- Co-authored-by: kyuan-mongodb <[email protected]>
1 parent 302b4e2 commit 3164bfa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/includes/list-tables/configmap-keys-curl.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@
1313

1414
.. include:: /includes/fact-resource-name-char-limit.rst
1515

16-
To learn more, see |k8s| documentation on `names <https://kubernetes.io/docs/concepts/overview/working-with-objects/names/>`__.
1716
This name must follow :rfc:`RFC1123 <1123>` naming
18-
conventions, using only lowercase alphanumeric
19-
characters, ``-`` or ``.``, and must start and end with an
20-
alphanumeric character.
17+
conventions, containing only lowercase alphanumeric characters or ``-`` ,
18+
and starting and ending with an alphanumeric
19+
character.
20+
21+
To learn more, see |k8s| documentation on `names <https://kubernetes.io/docs/concepts/overview/working-with-objects/names/>`__.
2122

2223
- ``my-project``
2324

0 commit comments

Comments
 (0)