Having a little trouble with some changes I made t...
# kubernetes
g
Having a little trouble with some changes I made that have unintended consequences and I'm wondering what I'm missing. I have a deployment that is using a configMap as environmental variables (via envFrom) where previously I used just an env var. When I do a
pulumi up
it destroys the deployment instead of creating a new one and then doing a standard rolling deployment. Anyone know why it might be doing that? It didn't seem to make sense to me.
d
If you do
pulumi preview --diff
(or select details when previewing), it'll show you what changed to cause the destroy
g
Yeah, going to do that on the next one and see what's up cause it didn't make sense
I'll report back