From 136f22cff07b662a494c872b690ff6658afe2e35 Mon Sep 17 00:00:00 2001 From: Mariyan Dimitrov Date: Wed, 29 Nov 2023 14:39:28 +0200 Subject: [PATCH] docs(relation): Omit obsolete :db (#147) --- docs/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 9be1d02e..eb8d840f 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -31,7 +31,7 @@ juju config postgresql-k8s plugin_pg_trgm_enable=True # Relate redis-k8s and postgresql-k8s to discourse-k8s juju relate redis-k8s discourse-k8s -juju relate discourse-k8s postgresql-k8s:db +juju relate discourse-k8s postgresql-k8s ``` @@ -85,4 +85,4 @@ Discourse will be deployed with `discourse-k8s` as default hostname. In order to After that, visit `http://discourse-k8s` to reach Discourse. -This charm allows you to add a admin user by executing the corresponding action. Instead of interacting with the Discourse UI just run `juju run-action discourse-k8s/0 add-admin-user email=email@example.com password=somepwd --wait` and it will be registered and validated. \ No newline at end of file +This charm allows you to add a admin user by executing the corresponding action. Instead of interacting with the Discourse UI just run `juju run-action discourse-k8s/0 add-admin-user email=email@example.com password=somepwd --wait` and it will be registered and validated.