Skip to content

Commit

Permalink
docs: fix command in the single cluster guide (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
guicassolato authored May 16, 2024
1 parent 7efd1c3 commit 1af8b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guides/secure-protect-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ kubectl --context $KUBECTL_CONTEXT wait dnspolicy simple-dnspolicy -n kuadrant-s
If you want to see the DNSRecord created by the this policy, execute the following command:

```sh
kubectl--context $KUBECTL_CONTEXT get dnsrecord.kuadrant.io api-gateway-api -n kuadrant-system -o=yaml
kubectl --context $KUBECTL_CONTEXT get dnsrecord.kuadrant.io api-gateway-api -n kuadrant-system -o=yaml
```

So now we have a wildcard DNS record to bring traffic to our gateway.
Expand Down

0 comments on commit 1af8b73

Please sign in to comment.