Skip to content

Commit

Permalink
Fix apache#1182: fix openshift behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jan 14, 2020
1 parent 0fcb594 commit d8df927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/trait/trait_catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ func (c *Catalog) TraitsForProfile(profile v1.TraitProfile) []Trait {
c.tCamel,
c.tDebug,
c.tRestDsl,
c.tCron,
c.tDependencies,
c.tBuilder,
c.tQuarkus,
c.tEnvironment,
c.tDeployer,
c.tCron,
c.tDeployment,
c.tGarbageCollector,
c.tAffinity,
Expand Down

0 comments on commit d8df927

Please sign in to comment.