Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix permission using watch-namespace
Command-line option `--watch-namespace` configures the controller to read and use ingress objects from a single namespace. This would require fewer permissions,however the launch process tries to read the specified namespace, and such reading requires cluster wide permission. The launch process was updated to read an ingress resource instead.
- Loading branch information