Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
e
early-intern-90238
01/03/2020, 10:55 PM
I guess I could use Helm...freaking hate helm though...
c
creamy-potato-29402
01/03/2020, 11:07 PM
they’re just normal kube resources so you can manage them in the way you normally do.
e
early-intern-90238
01/03/2020, 11:25 PM
so for example if they publish yml files, with the intention of using those as they update how would you import those into your Pulumi project?
g
glamorous-printer-66548
01/04/2020, 12:45 AM
you can use
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/kubernetes/yaml/#ConfigGroup
and
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/kubernetes/yaml/#ConfigFile
to deploy yaml manifests via pulumi
e
early-intern-90238
01/04/2020, 7:01 AM
nice! thank you!
Post