Eytan Hanig

Results 28 comments of Eytan Hanig

> This feature can be targeted as early as Argo CD v2.3 timeframe. With the [3-month release cadence](https://argo-cd.readthedocs.io/en/stable/developer-guide/release-process-and-cadence/) and v2.1.0 having been released on August 20th, does that mean February...

Is there a timeframe for adding this feature?

I can confirm that this works for non-federated roles as well.

This issue is still a problem. Are there any plans to fix this?

IIRC, adding `type = "string"` in the set block fixed this for us, however we eventually decided to use `values = ` with a template instead of the problematic `set`...

This is literally [the recommend method for using kubectl_manifest](https://registry.terraform.io/providers/gavinbunney/kubectl/latest/docs/data-sources/kubectl_file_documents#example-usage-with-for_each). Is there a timeframe for fixing this bug?

Here's a workaround I came up with: ```hcl locals { crds_split_doc = split("---", file("${path.module}/crds.yaml")) crds_valid_yaml = [for doc in local.crds_split_doc : doc if try(yamldecode(doc).metadata.name, "") != ""] crds_dict = {...

Uninstalling and reinstalling fresh worked for me. I was very close to completely ditching this plugin before I found this GitHub issue. Thanks @ericmacfarland for your suggestion.

> "All that is left for us at this point is for one of us to do the work and submit a PR for this." @PeterHewat This repo no longer...

@starsy Can you do an [official pull request for the original repo](https://github.com/tekezo/Karabiner-Elements/pulls)?