-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: dd di cesare <[email protected]>
- Loading branch information
1 parent
2c81084
commit c7498dd
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |