I am trying to run Sonarqube
service using the following helm chart.
So the set-up is like it starts a MySQL and Sonarqube service in the minikube cluster and Sonarqube service talks to the MySQL service to dump the data.
When I do helm install
followed by kubectl get pods
I see the MySQL
pod status as running
, but the Sonarqube
pos status shows as CreateContainerConfigError
. I reckon it has to do with the mounting volume thingy: link. Although I am not quite sure how to fix it (pretty nnew to Kubernetes environment and till learning 🙂 )