David Schröder
David Schröder
Sure thing! I hope the formatting didn't get corrupted, I removed all the configs besides the two that are clashing. [scrape_config.txt](https://github.com/grafana/agent/files/9151045/scrape_config.txt)
From my experience there are cases where the quotation marks cannot be safely removed e.g. in prometheus alert configs. Edit: another common case are indeed booleans, sometimes they need to...
I guess it's not that easy because there are cases where the quotes are actually required and there is no real way for prettier to check this (as it doesn't...
Would it be possible to document all the linkerd webhooks somewhere? From what I found patching only the proxy-injector is not enough e.g. it also needs the sp-validator.
Same (or even worse) issue for me. In my case I cannot see any resources besides CRDs which work fine. Were running on VMWare Tanzu, kubernetes version 1.22.9 I have...
Currently version 1.19.10 is unusable for us as well, we had to manually pin the version to 1.19.9 for now. We are basically running the same setup as @nwalters512, `import...
Being able to specify the key inside the CM/Secret to use would be vital for us, we are using OpenShift service serving certs and the CA bundle for those can...
Imho this doesn't make much sense without specifying a ServiceAccount for each namespace to use for authentication as well. Otherwise your VSO SA basically has full read access to all...