Hi eveyone, noob here. Is there any way to add ove...
# general
r
Hi eveyone, noob here. Is there any way to add override.yaml file ( instead of values in a helm chart )?. I have a very long values file with many overrides. And striggling to keep with the Dictionary format ( pulumi python ). Any help would be appreciated greatly.
e
You can just use python to read an override.yaml file and json.load it into the dictionary format can't you?
r
Yes, I could, wanted to check if there is a cleaner way of doing it.