Hi, Is there a way to import yaml to kubernetes wi...
# general
b
Hi, Is there a way to import yaml to kubernetes with golang sdk? like doing this in typescript/javascript:
Copy code
import * as k8s as "@pulumi/kubernetes";

const myApp = new k8s.yaml.ConfigFile("app", {
    file: "app.yaml"
});
b
Not at the moment, it’s being tracked here https://github.com/pulumi/pulumi-kubernetes/issues/1037