Issue when renaming configmaps #563
Unanswered
rmuller-vu
asked this question in
Q&A
Replies: 1 comment
-
Hi @rmuller-vu Thanks for bringing this to our attention. It seems that indeed different casing within ConfigMap files is not handled correctly. We’ve tracked the issue and will investigate it promptly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What product are you having troubles with?
Console
What Console version are you using?
1.102.8
Description
We are running into an issue when we want to rename a config map to have a different casing.
We have a configmap file that is named
casing-test.json
. We realized our name is supposed to beCasing-test.json
with a capitalC
. If we delete the lowercase one and create the uppercase one it will show an error when we save saying duplicate naming.The work around we use is to save after deleting the lowercase file then adding the new capitalized file
Actual Outcome
No response
Expected Outcome
No response
Beta Was this translation helpful? Give feedback.
All reactions