Dinar Valeev

Results 38 comments of Dinar Valeev

As workaround I do: kiali: enabled: true hub: foo.bar tag: 123 It would be nice though if dependent chart values are merged with parent one

external-dns can now potentially handle TXT records, I'm going to test/implement TXT record support in external-dns

@doktormerlin I have a POC https://github.com/AbsaOSS/cert-manager-webhook-externaldns it needs though custom external-dns build with https://github.com/k0da/external-dns/commit/cff0c93a0d485b650b7b3b6c5df0f86875e193a5

Sorry, I don't have kustomize controller deployed. Wouldn't it be easier to relax validation here? It is a little bit an overkill to add a new type.

@stefanprodan but this can be fixed on tf-controller side. A chart can bring a role and binding.

Yes, I did. https://github.com/hashicorp/terraform-exec/blob/c3eeeea58419c22fda4600718d2a5245884af5ad/tfexec/terraform.go#L38 This is denied by terraform-exec go package

@ssurovich we have GatewayAPI support on the list, that will potentially will open a door to any other resources

I have it implemented in my [fork](https://github.com/k0da/external-dns/tree/txt_support) This requires migration to a new registry format to be completed first. Feel free to test it :D