From 3246ee33272fa51f403dae6d032c314c771eb326 Mon Sep 17 00:00:00 2001 From: Vaibhav Gupta <37346263+vaibhav849@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:52:48 +0530 Subject: [PATCH] Update agent-std-cluster.md Corrected the namespace name. --- agent/agent-std-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/agent-std-cluster.md b/agent/agent-std-cluster.md index 9fb6b86..e54c4b7 100644 --- a/agent/agent-std-cluster.md +++ b/agent/agent-std-cluster.md @@ -287,7 +287,7 @@ You can add additional metadata fields to the routed logs. 4. Restart the daemon set to apply the changes by running the following: ```sh - kubectl rollout restart daemonset logger-agent-ds -n logger-agent + kubectl rollout restart daemonset logger-agent-ds -n ibm-observe ``` {: codeblock}