You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/12/18 07:02:46 UTC

[camel-k] 01/02: fix for issue #1138

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 <ga...@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() {