Ivan Ka

Results 538 comments of Ivan Ka

Helm itself still rely on same dependency https://github.com/helm/helm/blob/4d580c6b95760be89a5131fa4ca7cd9e13cec792/go.mod#L37 I manage to get quite close with https://github.com/goccy/go-yaml, but at the moment not convinced is not going to break things

Helm recently migrated to https://github.com/yaml/go-yaml/tree/main, is here https://github.com/helm/helm/blob/c5901abba66a634e5854bdc89fa10b0a392ae937/go.mod#L34 and kube yaml is migration to same library https://github.com/kubernetes-sigs/yaml/issues/18

:wave: Hi @quintush have a look when free

Yeah. This is a testing framework, so it should be possible to exclude certain things completely. I have dozens of umbrella charts and need to test them in isolation quite...

This not yet resolved. The pull request https://github.com/helm-unittest/helm-unittest/pull/446 only added more testing

Could we have a dedicated feature flag that explicitly controls this behavior as @mloiseleur suggested? This if flagged quote often in security audits.

https://github.com/kubernetes-sigs/external-dns/pull/4808#issuecomment-2619193031

Anyone interested to own implemenattion for this proposal https://github.com/kubernetes-sigs/external-dns/pull/5081?

Hey @hjoshi123 . I know you trying to get over line some other fixes, if you want you could try. Have a look at the proposal if you have interest.

Hi @quintush, have a look when you have time pls