Anyone that has experienced a diff between what is...
# kubernetes
w
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
do you have a mutating webhook that's adding the variable?
w
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.