Fix generated helm chart
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user