Closed julian-hj closed 2 years ago
Changes that need to be done:
deploy-on-kind
scriptIn order to switch the eirini roles to ClusterRoles we may need to make changes to eirini-controller. That might be more appropriate to do as a separate story.
A/C passed
Blockers/Dependencies
No response
Background
As an Operator I want fewer dependencies So that I can more easily run Korifi
Acceptance Criteria
GIVEN I have docker and kind installed WHEN I use the
deploy-on-kind.sh
script THEN I see that HNC no longer gets installed AND I can still use the product to create orgs and spaces andcf push
Dev Notes
769 covers the spike work we did to try this out. That work did not include watching existing roles, rolebindings, and secrets to propagate changes. It also didn't include the finalizer we will need to delete namespaces when a CFOrg or CFSpace gets deleted.