This is driving me absolutely insane. For some reason my app is constantly trying to be installed in the namespace “projectname-1234567” despite me configuring Kubernetes to have a different namespace.
I have two projects, and the second project perfectly goes into the right namespace.
I deleted the entire cluster, recreated it, making sure the namespace has been set correctly from the start, and it still makes it go into the wrong namespace.
What do I have to destroy to make the app install into the right namespace? I deleted all of the configmaps, but it won’t let me delete the service account and default tokens. I think I broke different things now too though.