Zoltan Kalmar
Zoltan Kalmar
source-controller just got OOMKilled out of the blue. It started about an hour ago and I can't see any prior activity that triggered it. No recently added sources, nothing. It...
**Describe the bug** `v0.14` image is not tagged on `quay.io`, only `latest` is available, making automated upgrades, like with Renovate PRs fail with `ImagePullBackOff` **To Reproduce** Steps to reproduce the...
I'd like to pass the credentials as environment variables, similarly to blackbox-exporter: ``` http_client_config: basic_auth: username: '{{ env "OS_USERNAME" }}' password: '{{ env "OS_PASSWORD" }}' ``` But this doesn't seem...