diff --git a/docs/documentation/guides/kubernetes-operator.mdx b/docs/documentation/guides/kubernetes-operator.mdx index a6d827af1..57689a288 100644 --- a/docs/documentation/guides/kubernetes-operator.mdx +++ b/docs/documentation/guides/kubernetes-operator.mdx @@ -43,7 +43,7 @@ helm install infisical-operator infisical-helm-charts/secrets-operator Verify the operator pod is running: ```console -kubectl get pods -n infisical-operator-system +kubectl get pods -n default ```