How do I do the equivalent of this with the `@pulu...
# general
e
How do I do the equivalent of this with the
@pulumi/kubernetes
package?
kubectl apply --filename <https://raw.githubusercontent.com/giantswarm/kubernetes-prometheus/master/manifests-all.yaml>
c
@early-musician-41645 does
new k8s.yaml.ConfigFil
do what you want?
It doesn’t let you point at URLs
e
It's a reasonable workaround for now.
I think I'm missing something but I can't find the doc for the ConfigFile arguments
c
huuh let me take a look
should also be in the .d.ts file, if you’re using vscode, that should come up when you mouse over it