Join Slack
Powered by
This message was deleted.
# typescript
s
sparse-intern-71089
11/12/2020, 5:42 PM
This message was deleted.
b
billowy-army-68599
11/12/2020, 5:45 PM
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
red-area-47037
11/12/2020, 7:48 PM
wow, thx
@billowy-army-68599
this was exactly what I was looking for 😉
red-area-47037
11/12/2020, 7:50 PM
anf thinking about it, pretty straight forward 😉 cool
22
Views
Open in Slack
Previous
Next