From be1737d908d85c7a38dba1d0b72e8908ae6fb321 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Mon, 8 May 2023 11:26:21 +0200 Subject: [PATCH] Fix namespace with previous var --- docs/content/guides/kamaji-deployment-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guides/kamaji-deployment-guide.md b/docs/content/guides/kamaji-deployment-guide.md index 95ddc16..55530f9 100644 --- a/docs/content/guides/kamaji-deployment-guide.md +++ b/docs/content/guides/kamaji-deployment-guide.md @@ -150,7 +150,7 @@ kubectl -n ${TENANT_NAMESPACE} apply -f ${TENANT_NAMESPACE}-${TENANT_NAME}-tcp.y After a few seconds, check the created resources in the tenants namespace and when ready it will look similar to the following: ```command -kubectl -n tenants get tcp,deploy,pods,svc +kubectl -n ${TENANT_NAMESPACE} get tcp,deploy,pods,svc NAME VERSION STATUS CONTROL-PLANE ENDPOINT KUBECONFIG DATASTORE AGE tenantcontrolplane/tenant-00 v1.25.2 Ready 192.168.32.240:6443 tenant-00-admin-kubeconfig default 2m20s