Secret Type - KEYVALUEV2
The KEYVALUEV2-Type is made for synchronising Secrets stored in the new KV2 Secret Engine with Kubernetes Secrets.
How To
First write some secrets to HashiCorp Vault:
After this create the following Vault-Resource and apply it to Kubernetes:
Now you should see, the new Secret and the Vault resource are available:
Configuration Options
The versionConfiguration in the Vault-Custom Resource Definition is optional. If no version is specified the latest version will be used and in case of a new version in Vault it will be synchronized automatically to Kubernetes.
Change Adjustment Callback
For more details please see Change Detection!
Last updated