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
c
careful-market-30508
02/10/2020, 6:56 PM
Deployment name is appended with random chars when used like this -
https://github.com/grendach/pulumi-quickstart/blob/61911bc3cb2464c58c4e64d75a1c0e0980e40d79/__main__.py#L14
-- Any tip to fix it ?
b
bitter-dentist-28132
02/10/2020, 6:57 PM
I believe you need to explicitly set its name in the metadata for it to not use the random chars
c
careful-market-30508
02/10/2020, 7:01 PM
Changed to :
"metadata": { "labels": app_labels, "name" : app_name },
still has that issue
nm.
need to change the top one
Post