| 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 |
| } |
| } |
| } |