https://pulumi.com logo
Title
w

wet-noon-14291

04/06/2021, 8:47 PM
Anyone that has experienced a diff between what is in
last-applied-configuration
compared to what is actually deployed? I have a case where an environment variable, with a reference to a secret is defined in
last-applied-configuration
, but it is not under the actual spec. What's weird is that it is just this one variable, another variable defined exactly the same way on the line above in pulumi is there in both places.
b

billowy-army-68599

04/06/2021, 8:55 PM
do you have a mutating webhook that's adding the variable?
w

wet-noon-14291

04/06/2021, 9:03 PM
not that I know of.
It works fine when deploying to another cluster, and they should be identical.
We have linkerd in both clusters that does modify the pods to include a sidecar.... but it shouldn't remove that environment variable
I think it could have been a faulty existing secret that was there already, in combination with missing dependency.