Fixed typo closes #511

This commit is contained in:
moudatsos
2020-06-25 00:10:10 +03:00
committed by Ryan Baxter
parent 7b4268e6e5
commit 407c6ee7d3

View File

@@ -99,7 +99,7 @@ public abstract class ConfigurationChangeDetector {
List<? extends MapPropertySource> l2) {
if (l1.size() != l2.size()) {
this.log.warn("The current number of Confimap PropertySources does not match "
this.log.warn("The current number of ConfigMap PropertySources does not match "
+ "the ones loaded from the Kubernetes - No reload will take place");
return false;
}