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 a
Recently, I had encountered the same CreateContainerConfigError
error and after little debugging I found out that it was because I was using a kubernetes secret in my Deployment yaml, which was not actually not present/created in that namespace where the pods were getting created.
Also after reading the previous answer I guess this can be assured that this particular error is focused around kubernetes secrets!