Is there a way to sync my AKS Secrets into keyvault without adding them manually into SecretProviderClass
I have an AKS Which is up and running, it has a lot of namesapces and secrets respectivly, I will integrate azure keyvault to be the mounting point of the secrets, and using helm to install CSI Driver for the AKS.
is there a way to mount all the secrets right away into keyvault without adding them one by one to the SecretProviderClass, and don’t want to change or rotate them.