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
v
victorious-scientist-9866
03/23/2020, 12:45 AM
I had a similar requirement previously when creating an imagePullSecret. My solution that time was to programmatically construct the file contents, but I don't think it's a good way to go.
b
billowy-army-68599
03/23/2020, 1:00 AM
You can read the file from disk if that helps?
https://github.com/pulumi/examples/blob/master/kubernetes-ts-configmap-rollout/index.ts#L19
Post