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
I am debugging some things and I don't want to wait for the control loops to run to trigger events (e.g. authentication to helm repositories).
To do this I can delete the resources and re-create them. However, currently when I do timoni bundle delete ... it seems to try and remove CRDs which takes a very long time. This actually timed out for me.
It would be useful to have a flag to ignore deleting the CRDs when running delete for this kind of use case perhaps.
The text was updated successfully, but these errors were encountered:
This would put it in the hands of the module authors but it would make sense to have a configuration flag that would put the annotation in place if users didn't want them removed, if the external module didn't support that then opening an issue/pr against that module should suffice?
I am debugging some things and I don't want to wait for the control loops to run to trigger events (e.g. authentication to helm repositories).
To do this I can delete the resources and re-create them. However, currently when I do
timoni bundle delete ...
it seems to try and remove CRDs which takes a very long time. This actually timed out for me.It would be useful to have a flag to ignore deleting the CRDs when running delete for this kind of use case perhaps.
The text was updated successfully, but these errors were encountered: