Skip to content

Commit

Permalink
deploy: fix the owner reference kind to be rc
Browse files Browse the repository at this point in the history
  • Loading branch information
mfojtik committed May 2, 2017
1 parent 0bf8c01 commit 66548ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deploy/controller/deployment/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func (c *DeploymentController) makeDeployerPod(deployment *kapi.ReplicationContr
// FIXME: This will have to point to apps.openshift.io/v1 after we switch to
// clientsets.
APIVersion: "v1",
Kind: deployapi.Kind("DeploymentConfig").Kind,
Kind: kapi.Kind("ReplicationController").Kind,
Name: deployment.Name,
UID: deployment.UID,
}},
Expand Down

0 comments on commit 66548ed

Please sign in to comment.