-
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.
This adds auto-pruning of taskrun and pipeline run per namespace configured specifically. adding unique schedule create a new cronjob in the annotated namespace. The default behaviour will persist, on top of it now user can annotate a namespace with unique pruning configuration. If user configures a unique schedule value by annotating a ns a new cron job in that namespace will be created. Auto puring is now enabled by default for default configurations from tektonconfig. Annotations introduced with this pr - "operator.tekton.dev/prune.skip" - "operator.tekton.dev/prune.resources" - "operator.tekton.dev/prune.resources.pipelineNames" - "operator.tekton.dev/prune.resources.taskNames" - "operator.tekton.dev/prune.keep" - "operator.tekton.dev/prune.keepsince" - "operator.tekton.dev/prune.schedule" Signed-off-by: Pradeep Kumar <[email protected]>
- Loading branch information
1 parent
0467af4
commit 4bbafef
Showing
16 changed files
with
526 additions
and
118 deletions.
There are no files selected for viewing
File renamed without changes.
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.