@@ -3,7 +3,7 @@
: "${KUBE_CONFIG_DATA?Must be specified}"
# Extract the base64 encoded config data and write this to the KUBECONFIG
echo "$KUBE_CONFIG_DATA" | base64 --decode > /tmp/config
echo "$KUBE_CONFIG_DATA" | base64 -d > /tmp/config
export KUBECONFIG=/tmp/config
The note is not visible to the blocked user.