open-feature / open-feature-operator

A Kubernetes feature flag operator
https://openfeature.dev
Apache License 2.0
164 stars 33 forks source link

Add testing for helm install #684

Open toddbaert opened 1 week ago

toddbaert commented 1 week ago

We need too add some e2e tests for the Helm install method. It would be great if we could run make helm-package in the CI, and make sure that at least the default helm install works e2e.

See https://github.com/open-feature/open-feature-operator/pull/681#issuecomment-2179463126 for an example of why this is needed.

SD-13 commented 1 day ago

Hi @toddbaert, I started learning go recently and wanted to learn more by contributing to Open Source, then I found this issue. Can I give it a try?