This message was deleted.
# typescript
s
This message was deleted.
b
It's because you're trying to get around the YAML anchors, luckily, JSON is also valid YAML, so I do this create an object: https://github.com/lbrlabs/pulumi-homelab/blob/master/argocd/index.ts#L34-L40 use
JSON.stringify
to encode that object: https://github.com/lbrlabs/pulumi-homelab/blob/master/argocd/index.ts#L55
r
wow, thx @billowy-army-68599 this was exactly what I was looking for 😉
anf thinking about it, pretty straight forward 😉 cool