Julian Deutsch

Results 3 issues of Julian Deutsch

The templated `preCommand` and `postCommand` values should be preceded with `set -e`, so that the Renovate Kubernetes CronJob fails directly on every non-zero exit code.

When using the `preCommand` and `postCommand` values, the Kubernetes CronJob always uses the return code of the `postCommand`, no matter if the `renovate` exits with RC 0 or not. This...

enhancement

### Describe the bug a clear and concise description of what the bug is. I'd like to use the `serviceDiscoveryRole: EndpointSlice` configuration in the kube-prometheus-stack, and therefore manually created EndpointSlice...

bug