From 219d89c7e9052840da3fe937d912fe3f16778d3e Mon Sep 17 00:00:00 2001 From: Arjun Kondur Date: Tue, 1 Oct 2024 18:46:05 -0500 Subject: [PATCH] Fixes PR#1377 --- docs/Examples.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Examples.md b/docs/Examples.md index d395d1efc..1847d0416 100644 --- a/docs/Examples.md +++ b/docs/Examples.md @@ -402,11 +402,11 @@ As these examples demonstrate, the Splunk Operator makes it easy to create and m To remove the resources created from this example, run: ``` -kubectl delete -n splunk-opertaor standalone single -kubectl delete -n splunk-opertaor shc example -kubectl delete -n splunk-opertaor idc example -kubectl delete -n splunk-opertaor mc example-mc -kubectl delete -n splunk-opertaor clustermanager cm +kubectl delete -n splunk-operator standalone single +kubectl delete -n splunk-operator shc example +kubectl delete -n splunk-operator idc example +kubectl delete -n splunk-operator mc example-mc +kubectl delete -n splunk-operator clustermanager cm ``` ## SmartStore Index Management