Skip to content

Commit

Permalink
fix: change command of init container for oso
Browse files Browse the repository at this point in the history
  • Loading branch information
rainzm committed Jun 3, 2020
1 parent 4f08e77 commit 019c5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/component/service_operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (m *serviceOperatorManager) getDeployment(oc *v1alpha1.OnecloudCluster, cfg
"kubectl",
"apply",
"-f",
"/etc/yunion/crds/",
"/etc/crds/",
},
Image: oc.Spec.ServiceOperator.Image,
ImagePullPolicy: oc.Spec.ServiceOperator.ImagePullPolicy,
Expand Down

0 comments on commit 019c5b0

Please sign in to comment.