Skip to content

Commit 922068f

Browse files
authored
[Documentation] Fix debug doc (#1903)
1 parent 4860a30 commit 922068f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ helm upgrade --install kube-arangodb \
3232

3333
Then run:
3434
```shell
35-
kubectl exec {POD_kube-arangodb-operator} -- /usr/bin/arangodb_operator debug-package --namespace {namespace} -o - > db.tar.gz
35+
kubectl exec {POD_kube-arangodb-operator} --namespace {namespace} -- /usr/bin/arangodb_operator debug-package --namespace {namespace} -o - > db.tar.gz
3636
```

0 commit comments

Comments
 (0)