From ec073f995fb1ab7a81851d1426730d30f3e51848 Mon Sep 17 00:00:00 2001 From: Muhammad Abdullah Abid Date: Thu, 9 May 2024 11:42:36 -0700 Subject: [PATCH] docs(kubernetes.md): generalize namespace in kubectl command example The kubectl command example in the documentation has been updated to use a placeholder for the namespace (``) instead of a specific namespace (`cb-core`). This change makes the documentation more generic and useful for users who need to apply the command to different namespaces. --- azure/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/kubernetes.md b/azure/kubernetes.md index 71cc96d..41a36fb 100644 --- a/azure/kubernetes.md +++ b/azure/kubernetes.md @@ -24,4 +24,4 @@ Lens is an IDE built specifically for Kubernetes that lets you connect to cluste ### Restart all deployments - kubectl rollout restart deployment -n cb-core \ No newline at end of file + kubectl rollout restart deployment -n \ No newline at end of file