Incorporated the suggested feedback

This commit is contained in:
Vitthal Sai
2021-11-25 14:47:29 +05:30
parent 1f34679e9f
commit 82c3a0785d
@@ -36,9 +36,9 @@ Example: `kubernetes.io/metadata.name=mynamespace`
Used on: Namespaces Used on: Namespaces
The [`Control Plane`](https://kubernetes.io/docs/concepts/overview/components/) The Kubernetes {{< glossary_tooltip text="control plane" term_id="control-plane" >}}
sets this label on all namespaces. It is **mandatory** to `set a label` sets this label on all namespaces. The label value is set
on all the namespaces. The label value is set to the name of the namespace. to the name of the namespace. You can't change this label's value.
This is useful if you want to target a specific namespace with a label This is useful if you want to target a specific namespace with a label
{{< glossary_tooltip text="selector" term_id="selector" >}}. {{< glossary_tooltip text="selector" term_id="selector" >}}.