Skip to content

Commit b9ba8e9

Browse files
committed
Update README
1 parent 3c787a1 commit b9ba8e9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,32 @@ The ThothScript Operator is a Node.js application designed to facilitate script
1414

1515
## Installation
1616

17+
To deploy the ThothScript Operator in your Kubernetes cluster, you can use the provided Helm chart. Follow these steps to install the Helm chart:
1718

19+
1. Add the Helm repository:
20+
21+
```bash
22+
helm repo add jordojordo https://jordojordo.github.io/helm-charts
23+
helm repo update
24+
```
25+
26+
2. Install the ThothScript Operator chart:
27+
28+
```bash
29+
helm install thothscript-operator jordojordo/thothscript-operator
30+
```
31+
32+
### Configuration
33+
34+
You can customize the installation by providing your own values file or setting parameters directly in the command line. For example:
35+
36+
```bash
37+
helm install thothscript-operator thothscript-operator/thothscript-operator --namespace thothscript \
38+
--set image.tag=0.1.0 \
39+
--set service.type=NodePort
40+
```
41+
42+
For more detailed information on the available parameters and their default values, refer to the [Helm chart](https://github.com/jordojordo/helm-charts/tree/thothscript-operator/charts/thothscript-operator).
1843

1944
## Usage
2045

0 commit comments

Comments
 (0)