https://pulumi.com logo
#kubernetes
Title
# kubernetes
g

gray-chef-51307

10/09/2023, 5:31 PM
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

dry-keyboard-94795

10/09/2023, 5:46 PM
If you do
pulumi preview --diff
(or select details when previewing), it'll show you what changed to cause the destroy
g

gray-chef-51307

10/09/2023, 5:46 PM
Yeah, going to do that on the next one and see what's up cause it didn't make sense
I'll report back