-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix resources not getting deleted for unique ns cron
Issue: add unique value for schedule as annotaion to a namespace. It creates a cronjob in that ns. But when the job are getting actually scheduled it does not find tekton-pipeline-conrtroller sa. Which gives error Fix: Instead of creating cronjob in other ns create it in the installation target ns. There the sa is already available. Signed-off-by: Pradeep Kumar <[email protected]>
- Loading branch information
1 parent
ed3d6b1
commit 91460be
Showing
2 changed files
with
74 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters