blob: d990a8823bc926724af12ec284f6a3b1811255b9 [file] [log] [blame]
input: {
name: string
from: string
to: string
autoAssign: bool | *false
namespace: string
}
name: "metallb-ipaddresspool"
namespace: "metallb-ipaddresspool"
images: {}
charts: {
metallbIPAddressPool: {
kind: "GitRepository"
address: "https://github.com/giolekva/pcloud.git"
branch: "main"
path: "charts/metallb-ipaddresspool"
}
}
helm: {
"metallb-ipaddresspool-\(input.name)": {
chart: charts.metallbIPAddressPool
values: {
name: input.name
from: input.from
to: input.to
autoAssign: input.autoAssign
namespace: input.namespace
}
}
}