-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
70 lines (70 loc) · 1.68 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
summary: true
progress: bubbles
archive: true
archiveRetentionDays: 10
archiveTarget: .
namespace:
asLists: false
#queryPageSize: 1000
clearTarget: true
#createdWithin: 24h
worker: 5
encrypted:
aesKey: "12345678901234567890123456789012"
kindFields:
Secret:
- [data]
- [stringData]
masked:
replacement: '***'
checksum: md5
kindFields:
Secret:
- [stringData]
considerOwnerReferences: true
excluded:
kinds:
- Binding
- ComponentStatus
- Endpoints
- Event
- events.k8s.io.Event
- LimitRange
- LocalSubjectAccessReview
- PersistentVolume
- Pod
- ReplicationController
- ReplicationControllerDummy
- RoleBindingRestriction
- apps.ReplicaSet
- batch.Job
- events.k8s.io.Event
- extensions.ReplicaSet
- kyverno.io.ClusterBackgroundScanReport
- kyverno.io.BackgroundScanReport
- wgpolicyk8s.io.ClusterPolicyReport
- wgpolicyk8s.io.PolicyReport
- cilium.io.CiliumIdentity
- metrics.k8s.io.PodMetrics
- metrics.k8s.io.NodeMetrics
- coordination.k8s.io.Lease
fields:
- [status]
- [metadata, uid]
- [metadata, selfLink]
- [metadata, resourceVersion]
- [metadata, creationTimestamp]
- [metadata, deletionTimestamp]
- [metadata, deletionGracePeriodSeconds]
- [metadata, generation]
- [metadata, annotations, "kubectl.kubernetes.io/last-applied-configuration"]
kindFields:
Service:
- [spec, clusterIP]
Secret:
- [metadata, annotations, "openshift.io/token-secret.name"]
- [metadata, annotations, "openshift.io/token-secret.value"]
kindByField:
Secret:
- field: [type]
values: ['helm.sh/release', 'helm.sh/release.v1']