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

chore: update README.md #1228

Merged
merged 1 commit into from
Jan 22, 2025
Merged
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
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ helm repo update

## Charts

- [`kong/ingress`][#kongingress]: An umbrella chart for Kong Gateway and Kong Ingress Controller.
- [`kong/ingress`][#kongingress]: An umbrella chart for Kong Gateway and [Kong Ingress Controller][kic_gh].
- [`kong/kong`][#kongkong]: A flexible building block for supporting a wide variety of environment configurations.
- [`kong/gateway-operator`][#konggateway-operator]: Installs Kong Gateway Operator.
- [`kong/gateway-operator`][#konggateway-operator]: Installs [Kong Gateway Operator][kgo_gh].

[#kongingress]: #kongingress
[#kongkong]: #kongkong
[#konggateway-operator]: #konggateway-operator
[kic_gh]: https://github.com/Kong/kubernetes-ingress-controller

### `kong/ingress`

Expand Down Expand Up @@ -64,17 +65,15 @@ To use it:
helm install kong/gateway-operator --generate-name
```

For more details about the chart, see the [chart's README][kgo_chart].

[kgo_gh]: https://github.com/Kong/gateway-operator
[kgo_chart]: ./charts/gateway-operator/

## Documentation

The documentation for Kong's Helm Charts is available on GitHub:

* [kong/ingress](https://github.com/Kong/charts/blob/main/charts/ingress/README.md)
* [kong/kong](https://github.com/Kong/charts/blob/main/charts/kong/README.md)
- [kong/ingress](https://github.com/Kong/charts/blob/main/charts/ingress/README.md)
- [kong/kong](https://github.com/Kong/charts/blob/main/charts/kong/README.md)
- [kong/gateway-operator](https://github.com/Kong/charts/blob/main/charts/gateway-operator/README.md)

## Seeking help

Expand Down
Loading