marc
marc
Hi, when I configure the `OpenTelemetryCollector` to run as daemonset only nodes, that already contain images from our private image registry come up - as the nodes where such images...
Hi! When I try to access a field from a Java Record Class, AviatorJavaType#getProperty() throws a NoSuchPropertyException. Here's a minimal example: ```java @Test void aviatorRecordType() { record SubjectReq(String name) {}...
Fixes #183 Adds a temporary key to the document at the start and removes it again after ruyaml ran through, preventing it from removing the comments in a comment-only yaml...
This fixes #202 ## Checklist * [x] Add test cases to all the changes you introduce * [x] Update the documentation for the changes
## Description yamlfix has a couple of fixers that operate on string replacement basis and there could be cases where those fixers mangle the yaml files or change them in...
## Description Currently dict entries and sequence / list elements are not sorted. It would be nice to have two configuration options to sort dict entries and list elements alphabetically....
Hi, I've seen that, if I try to use this helm-chart with the helm-repo functionality `helm repo add wiremock https://wiremock.github.io/helm-charts` then the old repository at `https://gitkent.github.io/helm-charts` is referenced, which returns...