https://pulumi.com logo
Title
r

rough-analyst-22850

01/28/2023, 3:41 AM
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

echoing-dinner-19531

01/28/2023, 9:59 AM
You can just use python to read an override.yaml file and json.load it into the dictionary format can't you?
r

rough-analyst-22850

01/28/2023, 10:58 AM
Yes, I could, wanted to check if there is a cleaner way of doing it.