EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

Update optional default registry to be command line argument #141

Closed DilaraOflaz closed 1 year ago

DilaraOflaz commented 1 year ago

Purpose of PR

Updated kubetools to use the default_registry argument as the prefix of images specified in kubetools.yml file, rather than expecting the registry name to be in the image name

DilaraOflaz commented 1 year ago

I added tests in this commit

DilaraOflaz commented 1 year ago

Thanks @gchazot