forked from LaconicNetwork/kompose
Fix some ci lint (#1233)
This commit is contained in:
@@ -233,7 +233,7 @@ func (o *OpenShift) initDeploymentConfig(name string, service kobject.ServiceCon
|
||||
},
|
||||
}
|
||||
|
||||
update := service.GetOCUpdateStrategy()
|
||||
update := service.GetOSUpdateStrategy()
|
||||
if update != nil {
|
||||
dc.Spec.Strategy = deployapi.DeploymentStrategy{
|
||||
Type: deployapi.DeploymentStrategyTypeRolling,
|
||||
|
||||
Reference in New Issue
Block a user