We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e34db1 commit d9fb64cCopy full SHA for d9fb64c
example.yaml
@@ -9,7 +9,7 @@ ttl:
9
resources:
10
# definition of resources by group, version, kind (GVR)
11
# a wildcard ("*") will try to match as many possible resources
12
- # from the serverside GVK list, be careful with it!
+ # from the serverside GVK list, BE CAREFUL with wildcards!
13
- {group: "", version: "v1", kind: "pods"}
14
- {group: "", version: v1, kind: secrets}
15
- {group: apps, version: "*", kind: "*"}
@@ -36,7 +36,7 @@ rules:
36
## run on all namespaces
37
namespaceSelector: {}
38
39
- ## ttl for rule (based on terminated.finishedAt)
+ ## ttl for rule (based on terminated.finishedAt, see timestampPath)
40
ttl: 1h
41
42
- id: example
0 commit comments