diff --git a/documentation/modules/ROOT/pages/pod-rs-deployment.adoc b/documentation/modules/ROOT/pages/pod-rs-deployment.adoc index cd254e7..d3fb8cd 100644 --- a/documentation/modules/ROOT/pages/pod-rs-deployment.adoc +++ b/documentation/modules/ROOT/pages/pod-rs-deployment.adoc @@ -61,7 +61,7 @@ Verify the application in the Pod: [.console-input] [source,bash,subs="+macros,+attributes"] ---- -kubectl exec -it quarkus-demo /bin/sh +kubectl exec -it quarkus-demo -- /bin/sh ---- Run the next command.