Skip to content

Version 1.4.0 / 2019-10-28

Compare
Choose a tag to compare
@ricoberger ricoberger released this 28 Oct 18:06

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 the WATCH_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