You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set the env var AMBASSADOR_SINGLE_NAMESPACE to false, ambassador still only watches resources in that namespace. If you don't set the env var at all, then it watches all namespaces.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If you set the env var AMBASSADOR_SINGLE_NAMESPACE to false, ambassador still only watches resources in that namespace. If you don't set the env var at all, then it watches all namespaces.
This has been noted before - #588 (comment)
I believe it is because of https://github.com/datawire/ambassador/blob/335e58e440fd81693310d84e370e576be8d96655/ambassador/kubewatch.py#L28 , which isn't doing a check on the value - https://stackoverflow.com/a/30015489
The text was updated successfully, but these errors were encountered: