You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2019/10/01 07:48:19 UTC

[camel-k] 05/05: fix(knative): Add Jolokia and Prometheus traits so that they are disabled by default

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 <an...@stefanutti.fr>
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,