blob: ba7dee9c351867d0e3323b3c7b40ba4ccddead08 [file] [log] [blame]
input: {
name: string
from: string
to: string
autoAssign: bool | *false
namespace: string
}
images: {}
charts: {
metallbIPAddressPool: {
chart: "charts/metallb-ipaddresspool"
sourceRef: {
kind: "GitRepository"
name: "pcloud"
namespace: global.pcloudEnvName // TODO(gio): id ?
}
}
}
helm: {
"metallb-ipaddresspool-\(input.name)": {
chart: charts.metallbIPAddressPool
values: {
name: input.name
from: input.from
to: input.to
autoAssign: input.autoAssign
namespace: input.namespace
}
}
}