Skip to content

Commit

Permalink
Fix namespace for knative-local-gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
metacoma committed May 17, 2024
1 parent c48c970 commit ef57ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.k
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ mindwm_app = ArgoCdOrder.make({
istio = {
"local-gateways" = yaml.encode([{
name = "knative-local-gateway"
namespace = "istio-system"
namespace = "knative-serving"
service = "knative-local-gateway.istio-system.svc.cluster.local"

}])
Expand Down

0 comments on commit ef57ba0

Please sign in to comment.