diff --git a/docs/how-to/debugging.md b/docs/how-to/debugging.md index ec5c28077..1bbaa1d9e 100644 --- a/docs/how-to/debugging.md +++ b/docs/how-to/debugging.md @@ -32,5 +32,5 @@ helm upgrade --install kube-arangodb \ Then run: ```shell -kubectl exec {POD_kube-arangodb-operator} -- /usr/bin/arangodb_operator debug-package --namespace {namespace} -o - > db.tar.gz +kubectl exec {POD_kube-arangodb-operator} --namespace {namespace} -- /usr/bin/arangodb_operator debug-package --namespace {namespace} -o - > db.tar.gz ```