This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 2a922d82351d9ded3122528c9bb5d7fdb6ff3d1d Author: Antonin Stefanutti <[email protected]> AuthorDate: Tue Sep 24 18:32:53 2019 +0200 fix(knative): Add Jolokia and Prometheus traits so that they are disabled by default --- pkg/trait/trait_catalog.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/trait/trait_catalog.go b/pkg/trait/trait_catalog.go index 5dfacab..b682314 100644 --- a/pkg/trait/trait_catalog.go +++ b/pkg/trait/trait_catalog.go @@ -184,6 +184,8 @@ func (c *Catalog) traitsFor(environment *Environment) []Trait { c.tAffinity, c.tKnativeService, c.tContainer, + c.tJolokia, + c.tPrometheus, c.tClasspath, c.tProbes, c.tIstio,
