Commit ff1c3a0
File tree
17 files changed
+1070
-18
lines changed- src/mapper
- cmd
- pkg
- cloudclient
- mocks
- config
- webhook_traffic
17 files changed
+1070
-18
lines changedSubmodule helm-charts updated 76 files
- .github/workflows/e2e-test.yaml+3-3
- .github/workflows/lint.yml+3-21
- .markdownlint.json+2-1
- credentials-operator/Chart.yaml+2-2
- credentials-operator/templates/_helpers.tpl+32-1
- credentials-operator/templates/credentials-operator-aws-mutating-webhook-configuration.yaml+3-8
- credentials-operator/templates/credentials-operator-azure-mutating-webhook-configuration.yaml+3-8
- credentials-operator/templates/credentials-operator-client-secret.yaml+3-8
- credentials-operator/templates/credentials-operator-deployment.yaml+8-24
- credentials-operator/templates/credentials-operator-leader-election-role.yaml+3-8
- credentials-operator/templates/credentials-operator-leader-election-rolebinding.yaml+3-8
- credentials-operator/templates/credentials-operator-manager-clusterrole.yaml+3-8
- credentials-operator/templates/credentials-operator-manager-clusterrolebinding.yaml+3-8
- credentials-operator/templates/credentials-operator-manager-role.yaml+8-8
- credentials-operator/templates/credentials-operator-metrics-reader-clusterrole.yaml+3-8
- credentials-operator/templates/credentials-operator-metrics-service.yaml+3-8
- credentials-operator/templates/credentials-operator-proxy-clusterrole.yaml+3-8
- credentials-operator/templates/credentials-operator-proxy-clusterrolebinding.yaml+3-8
- credentials-operator/templates/credentials-operator-serviceaccount.yaml+3-8
- credentials-operator/templates/credentials-operator-webhook-secret.yaml+3-8
- credentials-operator/templates/credentials-operator-webhook-service.yaml+6-16
- credentials-operator/templates/extended-config-configmap.yaml+3-8
- credentials-operator/templates/rbac-certmgr.yaml+10
- intents-operator/Chart.yaml+2-2
- intents-operator/templates/_helpers.tpl+33
- intents-operator/templates/extended-config-configmap.yaml+3-8
- intents-operator/templates/intents-operator-client-secret.yaml+3-8
- intents-operator/templates/intents-operator-controller-manager-metrics-service.yaml+6-16
- intents-operator/templates/intents-operator-controller-manager-serviceaccount.yaml+3-8
- intents-operator/templates/intents-operator-deployment.yaml+8-25
- intents-operator/templates/intents-operator-leader-election-role.yaml+3-8
- intents-operator/templates/intents-operator-leader-election-rolebinding.yaml+3-8
- intents-operator/templates/intents-operator-manager-clusterrole.yaml+5
- intents-operator/templates/intents-operator-manager-clusterrolebinding.yaml+3-8
- intents-operator/templates/intents-operator-manager-role.yaml+3-8
- intents-operator/templates/intents-operator-metrics-reader-clusterrole.yaml+3-8
- intents-operator/templates/intents-operator-proxy-clusterrole.yaml+3-8
- intents-operator/templates/intents-operator-proxy-clusterrolebinding.yaml+3-8
- intents-operator/templates/intents-operator-webhook-secret.yaml+3-8
- intents-operator/templates/intents-operator-webhook-server-deployment.yaml+8-25
- intents-operator/templates/otterize-validating-webhook-configuration.yaml+10-4
- intents-operator/templates/rbac-certmgr.yaml+10
- intents-operator/templates/validation-webhook-service.yaml+6-16
- network-mapper/Chart.yaml+2-2
- network-mapper/README.md+5-19
- network-mapper/templates/_helpers.tpl+29-4
- network-mapper/templates/agent-clusterrole.yaml+3-8
- network-mapper/templates/agent-daemonset.yaml+11-22
- network-mapper/templates/agent-serviceaccount.yaml+6-16
- network-mapper/templates/component-config-map.yaml+3-8
- network-mapper/templates/kafka-watcher-clusterrole.yaml+3-8
- network-mapper/templates/kafka-watcher-deployment.yaml+10-22
- network-mapper/templates/kafka-watcher-role.yaml+6-16
- network-mapper/templates/kafka-watcher-serviceaccount.yaml+9-24
- network-mapper/templates/mapper-client-secret.yaml+3-8
- network-mapper/templates/mapper-clusterrole.yaml+20-10
- network-mapper/templates/mapper-configmap.yaml+3-8
- network-mapper/templates/mapper-deployment.yaml+10-22
- network-mapper/templates/mapper-role.yaml+11-16
- network-mapper/templates/mapper-service.yaml+3-8
- network-mapper/templates/mapper-serviceaccount.yaml+9-24
- network-mapper/templates/mapper-webhook-service.yaml+9-9
- network-mapper/templates/pii-detector-deployment.yaml+10-16
- network-mapper/templates/pii-detector-service.yaml+3-8
- network-mapper/templates/pii-detector-serviceaccount.yaml+3-8
- network-mapper/templates/sniffer-daemonset.yaml+10-22
- network-mapper/templates/sniffer-role.yaml+14-24
- network-mapper/templates/sniffer-securitycontextconstraints.yaml+4
- network-mapper/templates/sniffer-serviceaccount.yaml+3-8
- network-mapper/values.yaml+7-19
- otterize-kubernetes/Chart.yaml+1-7
- tests/base_suite.go+1-1
- tests/databases/mysql/client/client.go+1-1
- tests/databases/postgresql/client/client.go+1-1
- tests/go.mod+76-77
- tests/go.sum+188-278
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
258 | 259 | | |
259 | 260 | | |
260 | 261 | | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
261 | 268 | | |
262 | 269 | | |
263 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments