Skip to content

Commit

Permalink
fix jsonnet node for helm template when using special chars
Browse files Browse the repository at this point in the history
  • Loading branch information
redradrat committed Nov 6, 2021
1 parent 2e9ee51 commit f8aa0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/helm/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
Expand Down

0 comments on commit f8aa0f2

Please sign in to comment.