-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[discourse-gatekeeper] Migrate charm docs (#150)
* modified: docs/explanation/charm-architecture.md,docs/index.md,docs/tutorial.md * modified: docs/index.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mariyan Dimitrov <[email protected]>
- Loading branch information
1 parent
85d5c04
commit 2cd820d
Showing
3 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
juju relate discourse-k8s postgresql-k8s:db | ||
``` | ||
|
||
|
@@ -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. |