Florian Klink
Florian Klink
This requires a service account that can get/list/watch namespaces, create/update secrets, and update service accounts. The k8s yml files in the repo should include this.
When running this, there's currently a lot of log spam about trying to update other credentials than the one configured. It should be possible to only enable certain clients. We...
I'd like to run this without updating any service accounts. `registry-creds` should just take care of creating and updating the secret resources, and not mutate any of the service accounts.
## Bug Report **Describe the bug** I wanted to use `kubectl explain` to see what fields I can set in the k8ssandra custom resources. **To Reproduce** Steps to reproduce the...
The example at https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/service_integration lists the following example code: ```tf resource "pagerduty_service_integration" "apiv2" { name = "API V2" type = "events_api_v2_inbound_integration" integration_key = "12345678910testtesttesttesttes" service = pagerduty_service.example.id } ``` I...
Right now, `push-paths.sh` immediately exits if there's an error uploading a path (as can be seen in https://github.com/cachix/cachix-action/issues/106). This means, CI unnecessarily rebuilds stuff that could have been uploaded. Could...
Hey, do you have any plans on how to use `cleo`'s `self.line` and verbosity levels in combination with `logger`, so log entries might get written (and colored) by a custom...
When adding columns with `None` or more complex contents (pendulum, money objects), they should automatically be converted using `str(…)`, as this currently breaks in weird ways: ``` ~/.virtualenvs/buchhaltung/lib/python3.5/site-packages/cleo/helpers/table.py in _build_table_rows()...
When rendering a table with a lot of content per line, there should be a possibility to automatically add newlines (depending on the console size), so the table fits in...
I'm using `PrometheusRule` CRs to describe alerts, and `victoria-metrics-operator` created shadow-`VMRule` CRs before configuring a `vmalert` pod with it. While this seems to mostly work, it seems the operator doesn't...