since this morning i've a question in my mind. What is the best things to manage file configuration on kubernetes!
For the moment we use PVC & PV
But i would want to update automatically during the CI pipeline the config files . For one application we have almost 10 configs files
How can i update it automatically with kubernetes ? Or do you think i will have to change for configMap ?
I still reading the documentation on internet but i dont find an answear to my question :(
Thanks