Closed smothiki closed 8 years ago
We have made pull policy configurable but introduced a tiny bug.
https://github.com/deis/builder/blob/master/pkg/git/git.go#L41 Assigning a pull policy environment variable to pullpolicy variable . If the env is not set it will have null and env config doesn't fall to defaults.
Please provide a detailed list of steps to reproduce it.
Also, please provide a description of the desired result after the tester completes the above steps.
kubectl get pod --namespace=abcd
Summary
We have made pull policy configurable but introduced a tiny bug.
If You Are Reporting a Bug
https://github.com/deis/builder/blob/master/pkg/git/git.go#L41 Assigning a pull policy environment variable to pullpolicy variable . If the env is not set it will have null and env config doesn't fall to defaults.
Replication Steps
Please provide a detailed list of steps to reproduce it.
Also, please provide a description of the desired result after the tester completes the above steps.
kubectl get pod --namespace=abcd
should show 2 pods running