commit
bf0eaca7ce
|
@ -199,7 +199,7 @@ func (p *Provider) updateDeployments(deployments []v1beta1.Deployment) (updated
|
|||
if reset {
|
||||
// FIXME: giving some time for k8s to start updating as it
|
||||
// throws an error if you try to modify deployment that's currently being updated
|
||||
time.Sleep(10 * time.Second)
|
||||
time.Sleep(5 * time.Second)
|
||||
|
||||
current, err := p.getDeployment(deployment.Namespace, deployment.Name)
|
||||
if err != nil {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[](https://hub.docker.com/r/karolisr/keel/) [](https://img.shields.io/docker/pulls/karolisr/keel.svg)
|
||||
[](https://hub.docker.com/r/karolisr/keel/) [](https://goreportcard.com/report/github.com/rusenask/keel) [](https://img.shields.io/docker/pulls/karolisr/keel.svg)
|
||||
|
||||
# Keel - automated Kubernetes deployments for the rest of us
|
||||
|
||||
|
|
Loading…
Reference in New Issue