From 1b31217ab3d9d659868c203c636f8ea88b96fe32 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 13 May 2024 12:20:57 +0200 Subject: [PATCH] Fix variables override --- internal/controllers/applications.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/controllers/applications.go b/internal/controllers/applications.go index 32f391c..bf79028 100644 --- a/internal/controllers/applications.go +++ b/internal/controllers/applications.go @@ -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")