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
Fix properties retrieval order from configmaps (#1291)
The properties defined by the configmap "application" should be the last in the environment list, so you can always override the properties values by profile and by application
Fixes#1287
Copy file name to clipboardExpand all lines: spring-cloud-kubernetes-controllers/spring-cloud-kubernetes-configserver/src/main/java/org/springframework/cloud/kubernetes/configserver/KubernetesEnvironmentRepository.java
Copy file name to clipboardExpand all lines: spring-cloud-kubernetes-controllers/spring-cloud-kubernetes-configserver/src/test/java/org/springframework/cloud/kubernetes/configserver/KubernetesEnvironmentRepositoryTests.java
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -244,4 +244,29 @@ public void testStoresProfileCase() throws ApiException {
0 commit comments