Skip to content

Commit 9cc59c3

Browse files
author
Shubha Narayanan
committed
Added namespace and removed prune.skip
1 parent 67267b5 commit 9cc59c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/op-annotations-for-automatic-pruning-taskruns-pipelineruns.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="annotations-for-automatic-pruning-taskruns-pipelineruns_{context}"]
77
= Annotations for automatically pruning task runs and pipeline runs
88

9-
To automatically prune task runs and pipeline runs in a namespace, you can set the following annotations:
9+
To automatically prune task runs and pipeline runs in a namespace, you can set the following annotations in the namespace:
1010

1111
* `operator.tekton.dev/prune.schedule`: If the value of this annotation is different from the value specified in the `TektonConfig` custom resource definition, a new cron job in that namespace is created.
1212
@@ -32,7 +32,6 @@ For example, consider the following annotations that retain all task runs and pi
3232
----
3333
...
3434
annotations:
35-
operator.tekton.dev/prune.skip: false
3635
operator.tekton.dev/prune.resources: "taskrun, pipelinerun"
3736
operator.tekton.dev/prune.keep-since: 7200
3837
...

0 commit comments

Comments
 (0)