munnerz / kube-acme

Retrieve certificates for Kubernetes Ingress resources from acme servers and store as secrets
Apache License 2.0
13 stars 0 forks source link

allow pushing to custom docker repo from travis #12

Closed goblain closed 8 years ago

goblain commented 8 years ago

support for master builds with push to different docker image using DockerImage variable. Will push to munnerz/kube-acme by default if not specified for backward compatibility.

munnerz commented 8 years ago

👍 thanks for this, should make it easier for others to contribute and test :)