cyberark / kubernetes-conjur-deploy

Scripts for deploying DAP followers to Kubernetes and OpenShift given an existing DAP master cluster
Apache License 2.0
14 stars 15 forks source link

Reduce noise from building test image #97

Closed sgnn7 closed 4 years ago

sgnn7 commented 4 years ago

wget was flooding the output with progress update from the oc tool download. We now squelch the output of it with --no-verbose flag.