I am a muppet. The problem is that the annotation ...
# kubernetes
r
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?