Skip to content

Commit

Permalink
Merge pull request #6 from ibuildthecloud/master
Browse files Browse the repository at this point in the history
Assign secrets
  • Loading branch information
ibuildthecloud authored Aug 21, 2020
2 parents 38f81e7 + 8786859 commit 3b6b851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/gitjob/gitjobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func Register(ctx context.Context, cont *types.Context) {
polling.NewPolling(cont.Core.Core().V1().Secret().Cache()),
},
gitjobs: cont.Gitjob.Gitjob().V1().GitJob(),
secrets: cont.Core.Core().V1().Secret().Cache(),
}

v1controller.RegisterGitJobGeneratingHandler(
Expand Down

0 comments on commit 3b6b851

Please sign in to comment.