DEV Community

Discussion on: Kubernetes - Using ConfigMap SubPaths to Mount Files

Collapse
 
nicksc423 profile image
nicksc423

I think there's a typo, you config map is named: mysql-config but you always seem to reference: mysql-configmap in the deployment

Collapse
 
joshduffney profile image
Josh Duffney

great catch, indeed a typo. I appreciate you taking the time to point that out. I've updated the configmap name to mysql-configmap. :)