We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4860a30 commit 922068fCopy full SHA for 922068f
docs/how-to/debugging.md
@@ -32,5 +32,5 @@ helm upgrade --install kube-arangodb \
32
33
Then run:
34
```shell
35
-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
36
```
0 commit comments