File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
spring-cloud-kubernetes-controllers
spring-cloud-kubernetes-integration-tests Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2727 <artifactId >spring-boot-maven-plugin</artifactId >
2828 <configuration >
2929 <image >
30+ <env >
31+ <BP_SPRING_CLOUD_BINDINGS_DISABLED >true</BP_SPRING_CLOUD_BINDINGS_DISABLED >
32+ </env >
3033 <name >${env.IMAGE} </name >
3134 <pullPolicy >IF_NOT_PRESENT</pullPolicy >
3235 </image >
Original file line number Diff line number Diff line change 3333 <groupId >org.springframework.boot</groupId >
3434 <artifactId >spring-boot-maven-plugin</artifactId >
3535 <configuration >
36+ <image >
37+ <env >
38+ <BP_SPRING_CLOUD_BINDINGS_DISABLED >true</BP_SPRING_CLOUD_BINDINGS_DISABLED >
39+ </env >
40+ </image >
3641 <imageName >docker.io/springcloud/${project.artifactId} :${project.version} </imageName >
3742 </configuration >
3843 <executions >
You can’t perform that action at this time.
0 commit comments