diff --git a/pkg/helm/import.go b/pkg/helm/import.go index 0a9b8a8..949cdd7 100644 --- a/pkg/helm/import.go +++ b/pkg/helm/import.go @@ -37,7 +37,7 @@ const helmConceptLibTpl = `local helm = (import "github.com/grafana/jsonnet-libs _values:: { foo: error "missing value foo" }, - {{.Name}}: helm.template("{{.Name}}", "../charts/{{.Name}}", { + "{{.Name}}": helm.template("{{.Name}}", "../charts/{{.Name}}", { namespace: "default", values: $._values })