https://pulumi.com logo
#kubernetes
Title
# kubernetes
r

red-lighter-44012

01/29/2021, 2:28 PM
I am a muppet. The problem is that the annotation I tried to set was .. well, an output. TL DR I need the name of a resource group in my helm chart. It seems that an Output is not supported.
["<http://service.beta.kubernetes.io/azure-load-balancer-resource-group|service.beta.kubernetes.io/azure-load-balancer-resource-group>"] = ipAddress.ResourceGroupName
results in
Annotations:              <http://service.beta.kubernetes.io/azure-load-balancer-resource-group|service.beta.kubernetes.io/azure-load-balancer-resource-group>: map[]
TL DR: how can I use Output<string> or values that are not known beforehand in a helm chart? Would transformations apply here?
3 Views