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
08/01/2019, 5:03 PM
Why does my Secret always get replaced during a deployment, even if its not touched?
g
gentle-diamond-70147
08/01/2019, 5:10 PM
Does
preview --diff
provide any details?
w
white-balloon-205
08/01/2019, 5:18 PM
This is
https://github.com/pulumi/pulumi-kubernetes/issues/653
.
e
early-intern-90238
08/01/2019, 6:31 PM
whats interesting is I am passing it the secrets I have stored in Pulumi
I am doing stringData: { s3_keyId: config.require("s3_keyid") for example
Guess it doesn't matter the source if its a stringData after reading the ticket
g
gorgeous-egg-16927
08/02/2019, 3:15 AM
https://github.com/pulumi/pulumi-kubernetes/releases/tag/v0.25.4
was just released, and should fix this issue
Post