Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix default metadata namespaces (#1633)
Summary: #1368 added the ability to limit the metadata service to specific namespaces. By default, if no namespaces are mentioned, the flag is supposed to choose all namespaces. However, if the environment variable is not specified, it is actually parsed as an empty list and the default is not properly chosen. Instead, we can assume no users actually want to watch 0 namespaces, and set it to all namespaces when that occurs. Relevant Issues: N/A Type of change: /kind bug Test Plan: Skaffold deploy metadata service Signed-off-by: Michelle Nguyen <[email protected]>
- Loading branch information