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 22:22:02 UTC

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

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

 ##########
 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:
   you need to checkin dep. Is this needed?

----------------------------------------------------------------
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