Skip to content

Commit

Permalink
[helm] Adding chart docs
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <[email protected]>
  • Loading branch information
didierofrivia committed Nov 20, 2024
1 parent 2c81084 commit c7498dd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions charts/limitador-operator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Limitador Operator

This is the Helm Chart to install the official Limitador Kubernetes Operator

## Installation

```sh
helm repo add kuadrant https://kuadrant.io/helm-charts/ --force-update
helm install \
limitador-operator kuadrant/limitador-operator \
--create-namespace \
--namespace limitador-system
```

### Parameters

**Coming soon!** At the moment, there's no configuration parameters exposed.

## Usage

Read the documentation and user guides in the [Getting Started guide](https://github.com/Kuadrant/limitador/?tab=readme-ov-file#getting-started).

0 comments on commit c7498dd

Please sign in to comment.