Drop outdated Kubernetes version request in ConfigMap docs (#39121)

* Updated Kubernetes version

* Deleted note session
pull/39215/head
Tamilselvan 2023-02-02 07:35:28 +05:30 committed by GitHub
parent 8a320d4dd2
commit 91ec07fb25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -505,10 +505,6 @@ configmap/special-config-2-c92b5mmcf2 created
## Configure all key-value pairs in a ConfigMap as container environment variables
{{< note >}}
This functionality is available in Kubernetes v1.6 and later.
{{< /note >}}
* Create a ConfigMap containing multiple key-value pairs.
{{< codenew file="configmap/configmap-multikeys.yaml" >}}