Document how certs are handled in Big Bang
As a BB package engineer, I need to understand how BB package dependencies are handled so that I can make sure to implement so that BB will properly enforce the dependency.
There are two types of dependencies: dedicated and shared. With dedicated dependencies, I believe we already decided that the package will own deploying and configuring the dependency. An example would be a database specifically for the package. For shared dependencies, we have not decided. The user can probably assume items like istio and cert-manager are available. But what about something like minio?