You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/02/28 23:05:43 UTC

[GitHub] lburgazzoli commented on a change in pull request #500: feature(knative): support configmap and secrets

lburgazzoli commented on a change in pull request #500: feature(knative): support configmap and secrets
URL: https://github.com/apache/camel-k/pull/500#discussion_r261422673
 
 

 ##########
 File path: pkg/util/util.go
 ##########
 @@ -18,12 +18,15 @@ limitations under the License.
 package util
 
 import (
+	"encoding/base64"
 	"os"
 	"os/signal"
 	"path"
 	"regexp"
 	"syscall"
 
+	"github.com/magiconair/properties"
 
 Review comment:
   will do

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services