mammoth-honey-6147
10/30/2021, 2:32 PMValues: pulumi.Map{
"configInline" : pulumi.Map{
"address-pools" : pulumi.Map{
"name": pulumi.String("pool"),
"protocol": pulumi.String("layer2"),
"addresses": pulumi.String("172.16.10.55-172.16.10.55"),
},
},
},
However the workload from the chart has issues trying to unmarshl it:
could not parse config: yaml: unmarshal errors:\n line 2: cannot unmarshal !!map into []config.addressPool
Getting the values from helm:
USER-SUPPLIED VALUES:
configInline:
address-pools:
addresses: 172.16.10.55-172.16.10.55
name: pool
protocol: layer2
Would appreciate a second pair of eyesbillowy-army-68599
10/30/2021, 3:25 PMmammoth-honey-6147
10/30/2021, 3:26 PM