Skip to content

0.2.0

Compare
Choose a tag to compare
@gkarthiks gkarthiks released this 09 Aug 17:22
· 2 commits to master since this release
a4a0909
  • 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"