I have a already running kubernetes application(eclipse che)
I am editing a configmap with the following command
kubectl edit cm/che -n che
When I edit and save it, I get a message saying that the configmap is saved.
But when I again issue the same command I cannot find my changes.
Am I missing some basic step?
Unable to edit configmap in kubernetes
2.4k views Asked by Aditya Aswani At
3
In case you deployed devfile registry with helm and you only need only your devfile registry and not the one provided by che try the following -
Remove the helm chart by
helm delete che-devfile-registry -n che
kubectl edit checluster eclipse-che -n che
Add
devfileRegistryImage: 'Your devfile Image'
under spec: server:Save
After that go to the default che url you should be able to see your custom stack in the list.