mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 16:25:19 +00:00
Enhance CLI output
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
var _ = Describe("Helpers", func() {
|
||||
Context("RenderHelm", func() {
|
||||
It("Renders templates", func() {
|
||||
out, err := RenderHelm("{{.Values.Test}}",map[string]interface{}{"Test":"foo"})
|
||||
out, err := RenderHelm("{{.Values.Test}}", map[string]interface{}{"Test": "foo"})
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(out).To(Equal("foo"))
|
||||
})
|
||||
|
Reference in New Issue
Block a user