kubernetes upgrade failed due to resource already exists

3/15/2021

I have a kuberntes cluster I tried to do some changes in my configmap and then delete and redeploy my chary but I keep getting when upgradeing

Release "test" does not exist. Installing it now.
Error: release test failed: configmaps "test-configmap" already exists 

however I verified before and it wasn't exist for sure is it means something wrong with my configmap what should I check?

-- NoamiA
kubernetes
kubernetes-helm

1 Answer

3/15/2021

I add an extra file in my templates which not related to the chart I delete it and redeploy

-- NoamiA
Source: StackOverflow