Skip to content

Commit d9fb64c

Browse files
committed
improve example.yaml
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 1e34db1 commit d9fb64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ttl:
99
resources:
1010
# definition of resources by group, version, kind (GVR)
1111
# a wildcard ("*") will try to match as many possible resources
12-
# from the serverside GVK list, be careful with it!
12+
# from the serverside GVK list, BE CAREFUL with wildcards!
1313
- {group: "", version: "v1", kind: "pods"}
1414
- {group: "", version: v1, kind: secrets}
1515
- {group: apps, version: "*", kind: "*"}
@@ -36,7 +36,7 @@ rules:
3636
## run on all namespaces
3737
namespaceSelector: {}
3838

39-
## ttl for rule (based on terminated.finishedAt)
39+
## ttl for rule (based on terminated.finishedAt, see timestampPath)
4040
ttl: 1h
4141

4242
- id: example

0 commit comments

Comments
 (0)