Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/how-to/development/integrate-with-your-charm.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ Legacy charm details are described [here](/explanation/legacy-charm).

**For an introduction** to the concepts of Juju integrations, see [Juju | Integration](https://documentation.ubuntu.com/juju/3.6/reference/relation/).

**For a detailed tutorial** about integrating your charm with the PostgreSQL charm, refer to [Juju | Integrate your charm with PostgreSQL](https://ops.readthedocs.io/en/latest/tutorial/from-zero-to-hero-write-your-first-kubernetes-charm/integrate-your-charm-with-postgresql.html).
**For a detailed tutorial** about integrating your charm with the PostgreSQL charm, refer to [Ops | Integrate your charm with PostgreSQL](https://ops.readthedocs.io/en/latest/tutorial/from-zero-to-hero-write-your-first-kubernetes-charm/integrate-your-charm-with-postgresql.html). You can also take a look at the [source code of the charm](https://github.com/canonical/operator/tree/main/examples/k8s-3-postgresql).

**For some practical examples**, take a look at the following:
**For some other practical examples**, take a look at the following:
* [postgresql-test-app](https://github.com/canonical/postgresql-test-app) GitHub repository
* [juju-sdk-tutorial-k8s](https://github.com/canonical/juju-sdk-tutorial-k8s/tree/04_integrate_with_psql) - the branch `04_integrate_with_psql` describes integration with Charmed PostgreSQL K8s
* [How to migrate Nextcloud to new PostgreSQL (vm-charms)](https://discourse.charmhub.io/t/nextcloud-postgresql-how-to-migrate-nextcloud-to-new-postgresql-vm-charms/10969) guide

## Troubleshooting & testing
Expand Down
Loading