Is it possible to use keys and values from dataFrom? The case is related to Azure key vault, Azure doesn't allow to store secrets in vault with an underscore in the name _, only dashes -. I want to fetch all keys from azure key vault and store them in kubernets as a normal secret like SOME_API_KEY As I understand to convert key name I should use literal, but I can't find how to work with dataFrom
Asked
Active
Viewed 22 times