Skip to content

Commit

Permalink
Merge branch 'master' into fix_cache_panic
Browse files Browse the repository at this point in the history
  • Loading branch information
k82cn authored Jun 1, 2019
2 parents e461ac4 + 0fd7541 commit b94f393
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/controllers/job/plugins/svc/svc.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ func (sp *servicePlugin) OnJobAdd(job *vkv1.Job) error {
return err
}

job.Status.ControlledResources["plugin-"+sp.Name()] = sp.Name()

return nil
}

Expand Down

0 comments on commit b94f393

Please sign in to comment.