It is now possible to restrict the operator to a specific Vault Namespace. When the VAULT_RESTRICT_NAMESPACE environment variable is set to true the operator only reconciles secrets where the spec.vaultNamespace field is the same as the VAULT_NAMESPACE environment variable. VaultSecrets with another spec.vaultNamespace value will be ignored.
When this feature is enabled the operator can not be used with nested Vault Namespaces.
It is now possible to restrict the operator to a specific Vault Namespace. When the
VAULT_RESTRICT_NAMESPACE
environment variable is set totrue
the operator only reconciles secrets where thespec.vaultNamespace
field is the same as theVAULT_NAMESPACE
environment variable. VaultSecrets with anotherspec.vaultNamespace
value will be ignored.When this feature is enabled the operator can not be used with nested Vault Namespaces.
Closes #234