Fix some ci lint (#1233)

This commit is contained in:
Hang Yan
2020-01-05 21:36:32 +08:00
committed by GitHub
parent e7f05588bf
commit 7dbca5df34
4 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -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,