Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kelkawi-a committed Jul 25, 2024
1 parent 01bd849 commit 233806f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ workflows are as follows:
- `integration_test.yaml`: This runs the suite of integration tests included
with the charm and runs on every pull request.
- `publish_charm.yaml`: This runs either by manual dispatch or on every
push to the main branch or a special track/\*\* branch. Once a PR is merged
push to the main branch. Once a PR is merged
with one of these branches, this workflow runs to ensure the tests have passed
before building the charm and publishing the new version to the edge channel
on Charmhub.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The Temporal operators can be deployed and connected to each other using the
Juju command line as follows:

```bash
juju deploy temporal-k8s --config num-history-shards=512
juju deploy temporal-k8s --config num-history-shards=4 # This value can be increased to 1024 or 2048 for a production deployment
juju deploy temporal-admin-k8s
juju relate temporal-k8s:db postgresql-k8s:database
juju relate temporal-k8s:visibility postgresql-k8s:database
Expand Down

0 comments on commit 233806f

Please sign in to comment.