0.2.0
- Added multiple selective namespace watch capabilities
- Migrated from client-go to discovery-k8s
The CRE can also take multiple namespace in a comma separated list. Like the below. Note that the namespaces should be added as the comma separated string and not individual strings by themselves.
- env:
- name: WATCH_NAMESPACE
value: "default, kube-system, reporting"