When installing kubebuilder it looks like there's an issue with an envtest dependency, but kubebuilder provides a way to manage the resource itself. Since how envtest is managed is tied in closely with kubebuilder it felt right to manage that resource with kubebuilder config rather than in Hermit, but open to handling this a different way!
Purpose
When installing
kubebuilder
it looks like there's an issue with anenvtest
dependency, butkubebuilder
provides a way to manage the resource itself. Since howenvtest
is managed is tied in closely withkubebuilder
it felt right to manage that resource withkubebuilder
config rather than in Hermit, but open to handling this a different way!