Context
I think we should do something like below. I think we should also keep the k8s secret for the postgres db by default. So if the mlflow helm chart is deleted, users can still restore mlflow to a working condition (with prior data and storage) assuming the db secret has not also been lost.
mlflow:
enabled: false
force_destroy_storage: true # defaults to False
force_destroy_db_creds: true # defaults to False
Value and/or benefit
Reduce risk of unintentional loss of data
Anything else?
No response