We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9141091 commit f55dc76Copy full SHA for f55dc76
2 files changed
spring-cloud-kubernetes-controllers/pom.xml
@@ -45,6 +45,7 @@
45
<image>
46
<env>
47
<BP_SPRING_CLOUD_BINDINGS_DISABLED>true</BP_SPRING_CLOUD_BINDINGS_DISABLED>
48
+ <BP_LOG_LEVEL>DEBUG</BP_LOG_LEVEL>
49
</env>
50
<name>${env.IMAGE}</name>
51
<pullPolicy>IF_NOT_PRESENT</pullPolicy>
spring-cloud-kubernetes-integration-tests/pom.xml
@@ -36,6 +36,7 @@
36
37
38
39
40
41
<name>docker.io/springcloud/${project.artifactId}:${project.version}</name>
42
</image>
0 commit comments