Skip to content

Commit

Permalink
fix: external-resources+spring-boot-helm examples have complete Confi…
Browse files Browse the repository at this point in the history
…gChange trigger for DeploymentConfig

Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Jul 23, 2020
1 parent 2061614 commit e7fe399
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quickstarts/maven/external-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
</profile>
<profile>
<id>openshift</id>
<properties>
<jkube.openshift.enrichAllWithImageChangeTrigger>true</jkube.openshift.enrichAllWithImageChangeTrigger>
</properties>
<build>
<plugins>
<plugin>
Expand Down
3 changes: 3 additions & 0 deletions quickstarts/maven/spring-boot-helm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@
</profile>
<profile>
<id>openshift</id>
<properties>
<jkube.openshift.enrichAllWithImageChangeTrigger>true</jkube.openshift.enrichAllWithImageChangeTrigger>
</properties>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit e7fe399

Please sign in to comment.