|
| 1 | +custom-period: |
| 2 | + 1: | |
| 3 | + apiVersion: v1 |
| 4 | + data: |
| 5 | + config.yaml: |- |
| 6 | + period: "1m" |
| 7 | + data-gatherers: |
| 8 | + - kind: k8s-discovery |
| 9 | + name: ark/discovery |
| 10 | + - kind: k8s-dynamic |
| 11 | + name: ark/secrets |
| 12 | + config: |
| 13 | + resource-type: |
| 14 | + version: v1 |
| 15 | + resource: secrets |
| 16 | + field-selectors: |
| 17 | + - type!=kubernetes.io/dockercfg |
| 18 | + - type!=kubernetes.io/dockerconfigjson |
| 19 | + - type!=bootstrap.kubernetes.io/token |
| 20 | + - type!=helm.sh/release.v1 |
| 21 | + - kind: k8s-dynamic |
| 22 | + name: ark/serviceaccounts |
| 23 | + config: |
| 24 | + resource-type: |
| 25 | + resource: serviceaccounts |
| 26 | + version: v1 |
| 27 | + - kind: k8s-dynamic |
| 28 | + name: ark/roles |
| 29 | + config: |
| 30 | + resource-type: |
| 31 | + version: v1 |
| 32 | + group: rbac.authorization.k8s.io |
| 33 | + resource: roles |
| 34 | + - kind: k8s-dynamic |
| 35 | + name: ark/clusterroles |
| 36 | + config: |
| 37 | + resource-type: |
| 38 | + version: v1 |
| 39 | + group: rbac.authorization.k8s.io |
| 40 | + resource: clusterroles |
| 41 | + - kind: k8s-dynamic |
| 42 | + name: ark/rolebindings |
| 43 | + config: |
| 44 | + resource-type: |
| 45 | + version: v1 |
| 46 | + group: rbac.authorization.k8s.io |
| 47 | + resource: rolebindings |
| 48 | + - kind: k8s-dynamic |
| 49 | + name: ark/clusterrolebindings |
| 50 | + config: |
| 51 | + resource-type: |
| 52 | + version: v1 |
| 53 | + group: rbac.authorization.k8s.io |
| 54 | + resource: clusterrolebindings |
| 55 | + - kind: k8s-dynamic |
| 56 | + name: ark/jobs |
| 57 | + config: |
| 58 | + resource-type: |
| 59 | + version: v1 |
| 60 | + group: batch |
| 61 | + resource: jobs |
| 62 | + - kind: k8s-dynamic |
| 63 | + name: ark/cronjobs |
| 64 | + config: |
| 65 | + resource-type: |
| 66 | + version: v1 |
| 67 | + group: batch |
| 68 | + resource: cronjobs |
| 69 | + - kind: k8s-dynamic |
| 70 | + name: ark/deployments |
| 71 | + config: |
| 72 | + resource-type: |
| 73 | + version: v1 |
| 74 | + group: apps |
| 75 | + resource: deployments |
| 76 | + - kind: k8s-dynamic |
| 77 | + name: ark/statefulsets |
| 78 | + config: |
| 79 | + resource-type: |
| 80 | + version: v1 |
| 81 | + group: apps |
| 82 | + resource: statefulsets |
| 83 | + - kind: k8s-dynamic |
| 84 | + name: ark/daemonsets |
| 85 | + config: |
| 86 | + resource-type: |
| 87 | + version: v1 |
| 88 | + group: apps |
| 89 | + resource: daemonsets |
| 90 | + - kind: k8s-dynamic |
| 91 | + name: ark/pods |
| 92 | + config: |
| 93 | + resource-type: |
| 94 | + version: v1 |
| 95 | + resource: pods |
| 96 | + kind: ConfigMap |
| 97 | + metadata: |
| 98 | + labels: |
| 99 | + app.kubernetes.io/instance: test |
| 100 | + app.kubernetes.io/managed-by: Helm |
| 101 | + app.kubernetes.io/name: cyberark-disco-agent |
| 102 | + app.kubernetes.io/version: v0.0.0 |
| 103 | + helm.sh/chart: cyberark-disco-agent-0.0.0 |
| 104 | + name: test-cyberark-disco-agent-config |
| 105 | + namespace: test-ns |
| 106 | +defaults: |
| 107 | + 1: | |
| 108 | + apiVersion: v1 |
| 109 | + data: |
| 110 | + config.yaml: |- |
| 111 | + period: "12h0m0s" |
| 112 | + data-gatherers: |
| 113 | + - kind: k8s-discovery |
| 114 | + name: ark/discovery |
| 115 | + - kind: k8s-dynamic |
| 116 | + name: ark/secrets |
| 117 | + config: |
| 118 | + resource-type: |
| 119 | + version: v1 |
| 120 | + resource: secrets |
| 121 | + field-selectors: |
| 122 | + - type!=kubernetes.io/dockercfg |
| 123 | + - type!=kubernetes.io/dockerconfigjson |
| 124 | + - type!=bootstrap.kubernetes.io/token |
| 125 | + - type!=helm.sh/release.v1 |
| 126 | + - kind: k8s-dynamic |
| 127 | + name: ark/serviceaccounts |
| 128 | + config: |
| 129 | + resource-type: |
| 130 | + resource: serviceaccounts |
| 131 | + version: v1 |
| 132 | + - kind: k8s-dynamic |
| 133 | + name: ark/roles |
| 134 | + config: |
| 135 | + resource-type: |
| 136 | + version: v1 |
| 137 | + group: rbac.authorization.k8s.io |
| 138 | + resource: roles |
| 139 | + - kind: k8s-dynamic |
| 140 | + name: ark/clusterroles |
| 141 | + config: |
| 142 | + resource-type: |
| 143 | + version: v1 |
| 144 | + group: rbac.authorization.k8s.io |
| 145 | + resource: clusterroles |
| 146 | + - kind: k8s-dynamic |
| 147 | + name: ark/rolebindings |
| 148 | + config: |
| 149 | + resource-type: |
| 150 | + version: v1 |
| 151 | + group: rbac.authorization.k8s.io |
| 152 | + resource: rolebindings |
| 153 | + - kind: k8s-dynamic |
| 154 | + name: ark/clusterrolebindings |
| 155 | + config: |
| 156 | + resource-type: |
| 157 | + version: v1 |
| 158 | + group: rbac.authorization.k8s.io |
| 159 | + resource: clusterrolebindings |
| 160 | + - kind: k8s-dynamic |
| 161 | + name: ark/jobs |
| 162 | + config: |
| 163 | + resource-type: |
| 164 | + version: v1 |
| 165 | + group: batch |
| 166 | + resource: jobs |
| 167 | + - kind: k8s-dynamic |
| 168 | + name: ark/cronjobs |
| 169 | + config: |
| 170 | + resource-type: |
| 171 | + version: v1 |
| 172 | + group: batch |
| 173 | + resource: cronjobs |
| 174 | + - kind: k8s-dynamic |
| 175 | + name: ark/deployments |
| 176 | + config: |
| 177 | + resource-type: |
| 178 | + version: v1 |
| 179 | + group: apps |
| 180 | + resource: deployments |
| 181 | + - kind: k8s-dynamic |
| 182 | + name: ark/statefulsets |
| 183 | + config: |
| 184 | + resource-type: |
| 185 | + version: v1 |
| 186 | + group: apps |
| 187 | + resource: statefulsets |
| 188 | + - kind: k8s-dynamic |
| 189 | + name: ark/daemonsets |
| 190 | + config: |
| 191 | + resource-type: |
| 192 | + version: v1 |
| 193 | + group: apps |
| 194 | + resource: daemonsets |
| 195 | + - kind: k8s-dynamic |
| 196 | + name: ark/pods |
| 197 | + config: |
| 198 | + resource-type: |
| 199 | + version: v1 |
| 200 | + resource: pods |
| 201 | + kind: ConfigMap |
| 202 | + metadata: |
| 203 | + labels: |
| 204 | + app.kubernetes.io/instance: test |
| 205 | + app.kubernetes.io/managed-by: Helm |
| 206 | + app.kubernetes.io/name: cyberark-disco-agent |
| 207 | + app.kubernetes.io/version: v0.0.0 |
| 208 | + helm.sh/chart: cyberark-disco-agent-0.0.0 |
| 209 | + name: test-cyberark-disco-agent-config |
| 210 | + namespace: test-ns |
0 commit comments