github.com/splunk/qbec@v0.15.2/vm/internal/natives/testdata/bad-relative.jsonnet (about) 1 local expandHelmTemplate = std.native('expandHelmTemplate'); 2 3 expandHelmTemplate( 4 './charts/foobar', 5 { 6 foo: 'barbar', 7 }, 8 { 9 namespace: 'my-ns', 10 name: 'my-name', 11 verbose: true, 12 } 13 )