goharbor / harbor-operator

Kubernetes operator for Harbor service components
Apache License 2.0
350 stars 107 forks source link

Remove CRDs from helm completely #1040

Closed MarcelMue closed 1 year ago

MarcelMue commented 1 year ago

This is basically a sledgehammer fix to the issue. It completely removes the CRDs from helm and hardcodes the names which we use in our tests.

As you can see this works, but is not a sustainable solution. I will create a follow up issue to come up with a long term solution before release 1.4.

MarcelMue commented 1 year ago

I created #1041 as a follow up.