Support templated packages

This commit is contained in:
Ettore Di Giacinto
2020-10-04 19:16:01 +02:00
parent 097ea37c97
commit 74246780d4
8 changed files with 646 additions and 22 deletions

1
tests/fixtures/templates/build.yaml vendored Normal file
View File

@@ -0,0 +1 @@
image: "{{.Values.name}}:{{.Values.test.foo}}"

View File

@@ -0,0 +1,5 @@
category: "test"
name: "b"
version: "1.0"
test:
foo: "bar"