Marcell Sevcsik
Marcell Sevcsik
## Description This is all the changes I did in order to find the source of the super annoying error: ``` admission webhook "webhook.dynatrace.com" denied the request: unable to decode...
## Description Initial change: We no longer need to use the digest to pull the image in case of `CodeModulesImage`, so now we just use the ref we get from...
#### What type of PR is this? /kind bug /kind regression #### What this PR does / why we need it: We only skip the `Feature` and not the whole...
### What happened? When using the `--labels "key=value"` argument, the `Feature` with that label didn't run. All `Features` got skipped, regardless of the label they have, because the first in...
## Description Just to conform with the naming. Naming changed to `LogModule` after initial ticket creation. re-Generated: - deepcopy - api-ref - crd ## How can this be tested? Not...
## Description [K8S-10741](https://dt-rnd.atlassian.net/browse/K8S-10741) Handles the case when the `Mapping` of an `EnrichmentRule` is empty, we just ignore it and log it. We still store it in the dk.Status so we...
## Description [K8S-10616](https://dt-rnd.atlassian.net/browse/K8S-10616) Adds the `ServiceAccount` and `ClusterRole` to be used by the LogAgent `DaemonSet` Note: `hostmount-anyuid` might be an SCC we could use instead of `privileged`, but that will...
[K8S-11245](https://dt-rnd.atlassian.net/browse/K8S-11245) ## Description `ActiveGate` and related structs have been moved to their own package, as a first step (and proof of concept) to make the api packages more organized. Look...
## Description [K8S-11513](https://dt-rnd.atlassian.net/browse/K8S-11513) If we update the k8s settings object that already exists, for some reason causes data gaps. We should avoid updating it, as it was done before v1.3...