Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs link #13

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading