You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not remove the kustomize config, but instead puts a helm chart
into the repo, that should give very close (but not identical) results.
* Adds a new chart: helm/olmv1/
- standard
- experimental
- openshift
- cert-manager
- e2e
- tilt
* Adds "values" files in helm/
* Adds helm executable to .bingo/
* Updates documents int docs/drafts/
* Update tests in tests/
* Update `make manifests` to use helm chart
- Update the checked-in manifests
- Use a tool like `dyff` to properly diff the manifests
* Pull RBAC and WebHook config out of the goland code
- controller-tools is not longer used to generate RBAC/Wehbooks
- These resources are not part of the helm chart
- The CRDs are still generated via kubebuilder
Significant changes to the resulting manifests are listed in the RFC.
Signed-off-by: Todd Short <[email protected]>
0 commit comments