Skip to content

Commit

Permalink
feat(templates) allow routes from any namespace in stock GW
Browse files Browse the repository at this point in the history
Modify the example Gateway resource's Listener to allow routes from any
namespace, for compatibility with docs that do not use the default
namespace only.
  • Loading branch information
rainest committed Jul 17, 2024
1 parent 988e83d commit 8088ecb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/_includes/md/kic/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
- name: proxy
port: 80
protocol: HTTP
allowedRoutes:
namespaces:
from: All
" | kubectl apply -f -
```

Expand Down

0 comments on commit 8088ecb

Please sign in to comment.