Feature:
- Use the
WATCH_NAMESPACE
variable to watch all namespaces or a comma separated list of namespaces. - Add
vault.namespaces
value to the Helm chart to set theWATCH_NAMESPACE
environment variable.
vault:
# Watch all namespaces
namespaces: ""
# Watch the namespaces test1, test2 and test3
namespaces: "test1,test2,test3"
Misc:
- Update the operator-sdk to version v0.11.x