Skip to content

Commit

Permalink
Update README (#17)
Browse files Browse the repository at this point in the history
* update readme
  • Loading branch information
kelkawi-a authored Jul 31, 2024
1 parent 01bd849 commit f10f39f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Charmhub Badge](https://charmhub.io/airbyte-k8s/badge.svg)](https://charmhub.io/airbyte-k8s)
[![Release Edge](https://github.com/canonical/airbyte-k8s-operator/actions/workflows/publish_charm.yaml/badge.svg)](https://github.com/canonical/airbyte-k8s-operator/actions/workflows/publish_charm.yaml)

# Airbyte K8s Operator
# Airbyte Server

This is the Kubernetes Python Operator for [Airbyte](https://airbyte.com/).

Expand Down 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 Expand Up @@ -107,4 +107,5 @@ required integrations exist.
This charm is still in active development. Please see the
[Juju SDK docs](https://juju.is/docs/sdk) for guidelines on enhancements to this
charm following best practice guidelines, and
[CONTRIBUTING.md](./CONTRIBUTING.md) for developer guidance.
[CONTRIBUTING.md](https://github.com/canonical/airbyte-k8s-operator/blob/main/CONTRIBUTING.md)
for developer guidance.

0 comments on commit f10f39f

Please sign in to comment.