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 was using the spring-cloud-starter-kubernetes with the io.fabric8 0.1.6 version. Switched to the 0.2.0.RELEASE and now have to use spring-cloud-starter-kubernetes-config instead. It wasn't clear to me from reading the docs that this was necessary when using ConfigMapPropertySourceLocator and SecretsPropertySourceLocator.
I was using the
spring-cloud-starter-kuberneteswith theio.fabric80.1.6 version. Switched to the 0.2.0.RELEASE and now have to usespring-cloud-starter-kubernetes-configinstead. It wasn't clear to me from reading the docs that this was necessary when usingConfigMapPropertySourceLocatorandSecretsPropertySourceLocator.