https://pulumi.com logo
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
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