This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit c983214f459ac8b3b47195e28979213767cc6f46 Author: Ganesh Raja <ganeshraja.r...@hmcts.net> AuthorDate: Tue Dec 17 14:32:40 2019 +0000 fix for issue #1138 --- cmd/kamel/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/kamel/main.go b/cmd/kamel/main.go index 6713497..5402649 100644 --- a/cmd/kamel/main.go +++ b/cmd/kamel/main.go @@ -29,6 +29,7 @@ import ( "github.com/apache/camel-k/pkg/cmd" _ "k8s.io/client-go/plugin/pkg/client/auth/gcp" + _ "k8s.io/client-go/plugin/pkg/client/auth/azure" ) func main() {