You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the error message Can't read configMap with name: [cm-core-api-app-config] in namespace:[tmahmood]. Ignoring when the configMap cm-core-api-app-config exists.
When I do kubectl get configmap --namespace tmahmood then I can see the name cm-core-api-app-config
Any idea why the configMap cannot be read?
The text was updated successfully, but these errors were encountered:
I am getting the error message
Can't read configMap with name: [cm-core-api-app-config] in namespace:[tmahmood]. Ignoring
when the configMapcm-core-api-app-config
exists.When I do
kubectl get configmap --namespace tmahmood
then I can see the namecm-core-api-app-config
Any idea why the configMap cannot be read?
The text was updated successfully, but these errors were encountered: