How to manage related applications
New mongodb_client
interface:
Relations to new applications are supported via the mongodb_client
interface. To create a relation:
juju relate mongodb-k8s <application>
where is the name of your application
To remove a relation:
juju remove-relation mongodb-k8s <application>
where is the name of your application