Fix variables override
This commit is contained in:
@ -106,7 +106,6 @@ func (app *Application) Create(ctx context.Context) error {
|
||||
log.Error(err, "Couldn't find the config file")
|
||||
prettyCfgSupport = false
|
||||
} else {
|
||||
cfgSchema := map[string]*helmrelease.PrettyConfigSchema{}
|
||||
err = yaml.Unmarshal(cfgSchemaPath, cfgSchema)
|
||||
if err != nil {
|
||||
log.Error(err, "Couldn't parse the pretty config")
|
||||
|
Reference in New Issue
Block a user