Component dependencies allow you to create dependencies between components, and model your app as a graph.
helm
chart requires that the database be provisioned before it is deployed. Otherwise, the
database will not exist yet, and the database_url
output will not be defined.
When deprovisioning the install, the helm
chart must be deprovisioned before the database, to ensure no active
dependencies exist, preventing the database from being shut down.