github ricoberger/vault-secrets-operator 1.4.0
Version 1.4.0 / 2019-10-28

latest releases: 1.19.6, 1.19.5, 1.19.4...
5 years ago

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

Don't miss a new vault-secrets-operator release

NewReleases is sending notifications on new releases.