Fix generated helm chart

This commit is contained in:
2026-03-25 23:08:37 +03:00
parent 0658854f47
commit ee6b510e41
17 changed files with 458 additions and 472 deletions

View File

@@ -66,6 +66,9 @@ func NewAppConfig() (*App, error) {
tempConf.SetConfigName(confName)
tempConf.SetConfigType(confType)
tempConf.AutomaticEnv()
tempConf.SetEnvKeyReplacer(strings.NewReplacer(".", "_"))
err := tempConf.ReadInConfig()
if err != nil {
// complain on missed non-default config