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:
[email protected]


With regards,
Apache Git Services

Reply via email to