mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
implement reconcileRecreateDeployment
This commit is contained in:
@@ -317,7 +317,7 @@ func newReplicationController(d *exp.Deployment, name string, replicas int) *api
|
||||
Namespace: api.NamespaceDefault,
|
||||
},
|
||||
Spec: api.ReplicationControllerSpec{
|
||||
Replicas: 0,
|
||||
Replicas: replicas,
|
||||
Template: &d.Spec.Template,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user