Skip to content

Commit

Permalink
Merge pull request #13 from canonical/docs-link
Browse files Browse the repository at this point in the history
Add docs link
  • Loading branch information
kelkawi-a authored Jun 25, 2024
2 parents 717abd4 + 9638afe commit 6d9888e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test-and-publish-charm:
uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@main
uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@8892eb826818585b397295e40276ddd0c5d3d459
secrets: inherit
with:
channel: latest/edge
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ operators can be deployed and connected to each other using the Juju command
line as follows:

```bash
juju deploy airbyte-k8s --trust
juju deploy airbyte-k8s --channel edge --trust
juju deploy postgresql-k8s --channel 14/edge --trust
juju relate airbyte-k8s postgresql-k8s
```
Expand Down Expand Up @@ -83,7 +83,7 @@ Once the Airbyte UI operator is deployed, it can be connected to the Airbyte
operator using the Juju command line as follows:

```bash
juju deploy airbyte-ui-k8s
juju deploy airbyte-ui-k8s --channel edge
juju relate airbyte-k8s airbyte-ui-k8s
```

Expand Down
3 changes: 3 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ description: |
streamline the process of extracting and loading data from various sources into
data warehouses, lakes, or other destinations.
links:
documentation: https://discourse.charmhub.io/t/charmed-airbyte-k8s-overview/14530

# (Required for 'charm' type)
bases:
- build-on:
Expand Down

0 comments on commit 6d9888e

Please sign in to comment.