Calle Pettersson

Results 32 issues of Calle Pettersson

This PR adds informational metrics about the `HelmRelease` object, for example: ``` flux_helm_operator_release_labels{label_foo="florp",label_hej="hopp",release_name="my-release",target_namespace="some-ns"} 1 flux_helm_operator_release_labels{label_baz="qux",label_foo="bar",release_name="another-release",target_namespace="default"} 1 ``` This goes along the lines of the metrics exposed by kube-state-metrics, and is...

@carlpett Hi, I've just tried out this build but am actually seeing a big performance drop compared with 0.6.0? Requests with 0.6.0 are taking around 500ms, whereas 0.7.999-preview2 is taking...

# Bug Report --- ## Describe the bug When destroying droplets and updating the loadbalancer with the new, reduced, list of droplets, several "inconsistent plan" errors are produced (one per...

bug

We're using yamllint to lint yaml which is generated from a template (Kubernetes Helm charts, specifically). For this reason, we typically don't have the final yaml rendered anywhere, and since...

I'd like to propose a rule for checking style for lists. We have some files where we mix the two forms: ```yaml foo: ["a","b","c"] bar: - 1 - 2 -...

## Description I'm primarily working with Postgres databases hosted on Google Cloud with IAM auth and private IPs. This means I cannot reach the database without having the [`cloud_sql_proxy`](https://github.com/GoogleCloudPlatform/cloudsql-proxy/) program...

enhancement

First off, I'm not sure which of these things are cause and effect, or if they are unrelated, so let me know if I should split this issue or rephrase...

We're starting to see HTTP 429 Too many requests on TFE intermittently, which then breaks the run. The provider should back off gracefully and retry when this happens. Running from...

I'm working with a system which differentiates between `` and `` (which I believe are equivalent?). This patch sets up the namespace alias on the body such that it works...

The WSDLs I use have a `service->port->address` section which specifies the address to call. It appears that there's some ground work in place, with the `findServiceAddress` template function, but it...