After unfork is completed, show next steps
marccampbell opened this issue · 3 comments
marccampbell commented
We should show the next steps after successfully unforking.
This are:
Your unforked Chart is available at ~/path/name
You can install the same version with:
kubectl apply -k ~/path/name/overlays/downstreams/unforked
You can update to the latest version of name with:
kots pull helm://name
laverya commented
@marccampbell should unfork continue running after an individual helm chart is unforked? That is the current behavior.
Or do you want this as a dialog after each unfork action?
laverya commented
I've added it after each unfork action for now.