apache / openwhisk-deploy-kube

The Apache OpenWhisk Kubernetes Deployment repository supports deploying the Apache OpenWhisk system on Kubernetes and OpenShift clusters.
https://openwhisk.apache.org/
Apache License 2.0
297 stars 231 forks source link

Make busybox image configurable #651

Closed jiangpengcheng closed 3 years ago

jiangpengcheng commented 3 years ago

when using a private docker registry, users may not have access to the root path, so they can not push busybox image to xxx.xxx.xxx/busybox

this PR makes busybox's image configurable to resolve above issue