mirror of
https://github.com/mudler/luet.git
synced 2025-09-15 23:00:04 +00:00
Support templated packages
This commit is contained in:
1
tests/fixtures/templates/build.yaml
vendored
Normal file
1
tests/fixtures/templates/build.yaml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
image: "{{.Values.name}}:{{.Values.test.foo}}"
|
5
tests/fixtures/templates/definition.yaml
vendored
Normal file
5
tests/fixtures/templates/definition.yaml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
category: "test"
|
||||
name: "b"
|
||||
version: "1.0"
|
||||
test:
|
||||
foo: "bar"
|
Reference in New Issue
Block a user