No known issues.
No known issues.
No 0.1.3 release.
Uninstall sometimes hangs due to operator finalizer. Solution is to delete the finalizer from the kappnav custom resource.
Procedure:
-
open kappnav custom resource in resource editor
kubectl edit kappnav instance -n kappnav -
delete finalizer
Remove these two lines:
finalizers: - uninstall-helm-release -
save edits
Result should be that hanging uninstall completes successfully within a few moments.