Linking external files to the values.yaml
kavindu175@...
Hi,
Currently, I am working on deploying MySQL using helm package. In that scenario, I want to add some custom configuration files and initialization SQL file. According to the details which are provided on GitHub, we have to paste the content of all the configuration files and all the initialization SQL files into the values.yaml file. But in my case, I have a very big initialization SQL file and it is hard to paste it on the values.yaml file. Therefore, is there a way to link an external file or file path to the values.yaml or is there some other solution for this issue? Kindly appreciated your inputs on this issue. Thank you, Kavindu |
|