Create Kubernetes Secrets from Azure Keyvault
I am trying to create kubernetes secrets by retrieving the secret data from azure keyvault. I know that there is the secrets store csi driver, but this plugin allows me to read secrets from KeyVault, and make them available as…