Closed lvarin closed 3 months ago
Helm will now load the app-config.yaml file form disk. This cleans also up the previous method to load the configuration.
app-config.yaml
In order to modify the configuration, one has to edit the file, run helm upgrade, and restart the Pods that mount the configuration.
Thanks. I will wait for #248 to be merged, so I can rebase and fix the CI.
Helm will now load the
app-config.yaml
file form disk. This cleans also up the previous method to load the configuration.In order to modify the configuration, one has to edit the file, run helm upgrade, and restart the Pods that mount the configuration.