Skip to content

Commit e793d42

Browse files
author
Sinelnikov Michail
committed
set
Signed-off-by: Sinelnikov Michail <mikhail.sinelnikov@flant.com>
1 parent 34b53ca commit e793d42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/addon-operator/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ const (
3434
)
3535

3636
func main() {
37+
if os.Getenv("HELM_DEBUG") != "true" {
38+
_ = os.Setenv("HELM_DEBUG", "true")
39+
}
3740
kpApp := kingpin.New(app.AppName, fmt.Sprintf("%s %s: %s", app.AppName, app.Version, app.AppDescription))
3841

3942
logger := log.NewLogger()

0 commit comments

Comments
 (0)