https://pulumi.com logo
#kubernetes
Title
# kubernetes
h

happy-raincoat-89168

06/30/2022, 6:10 PM
Is it possible to apply a string containing yaml directly into k8s? I can do
k8s.yaml.ConfigFile
to read from a file and apply, but if possible I’d like to skip the file and just use text that I specify in my code
b

billowy-army-68599

06/30/2022, 8:23 PM
I'm not sure of a way to do that, is there a reason you're trying to do it that way?
f

flat-laptop-90489

07/01/2022, 8:05 AM
Yeah, that's possible. You have to use the other resource, I think it's called config group or something like that
5 Views