Skip to content

Commit

Permalink
Merge branch 'main' into untangle-charm
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobinaubertin authored Nov 29, 2023
2 parents 594be1c + 136f22c commit 539e3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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 protected] password=somepwd --wait` and it will be registered and validated.
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 protected] password=somepwd --wait` and it will be registered and validated.

0 comments on commit 539e3a5

Please sign in to comment.