Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Polishing
  • Loading branch information
Matt Raible committed Aug 11, 2021
commit ae28bcf13165687a400b1793f82d969c0ab2932c
2 changes: 1 addition & 1 deletion jhipster-k8s/demo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ kubectl get ingress gateway -n demo
+
[source,shell]
----
EXTERNAL_IP=$(kubectl get ingress gateway -n demo -ojsonpath="{.status.loadBalancer.ingress[0].ip}")
EXTERNAL_IP=$(kubectl get ingress gateway -ojsonpath="{.status.loadBalancer.ingress[0].ip}" -n demo)
DOMAIN="${EXTERNAL_IP}.nip.io"

# Prove it works
Expand Down