Version 1.12.0 / 2021-02-10
Support Vault Namespaces (#74)
Add support for Vault Namespaces via the VAULT_NAMESPACE
environment variable and the vaultNamespace
field in the VaultSecret CR.
apiVersion: ricoberger.de/v1alpha1
kind: VaultSecret
metadata:
name: kvv1-example-vaultsecret
spec:
vaultNamespace: team1
path: kvv1/example-vaultsecret
type: Opaque
Thank you @swarren83 for testing this.
Remove whitespaces in watchNamespace (#77)
Thanks to @alexandra-tudor for her contribution, which allows to pass the namespaces as ns1, ns2, ns3
to the operator.
Improve Kustomize Files (#71, #72)
Thanks to @fernando-villalba for his ideas around the improvement of the kustomize files. The kustomize files are using the resources
instead of the deprecated base
field and the apiVersion
and kind
field was added to all files.