From 2f235cd4d276d75631f25d38b65e431e65ea69ff Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 10 Jul 2023 15:20:23 +0000 Subject: [PATCH] fixes --- rtfd/public/kubernetes/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rtfd/public/kubernetes/index.rst b/rtfd/public/kubernetes/index.rst index 79038d3..9c166e9 100644 --- a/rtfd/public/kubernetes/index.rst +++ b/rtfd/public/kubernetes/index.rst @@ -172,12 +172,14 @@ NameSpaces ========== Special: + * default * kube-node-lease * kube-public * kube-system Outside: + * Nodes * Pod Security Policies * Persistent Volumes @@ -344,6 +346,7 @@ ConfigMaps ========== From: + * environment variables file * file * key and value @@ -445,4 +448,3 @@ Pod YAML configurations envFrom: - configMapRef: name: my-configmap -