Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jordojordo committed May 27, 2024
1 parent 3c787a1 commit b9ba8e9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,32 @@ The ThothScript Operator is a Node.js application designed to facilitate script

## Installation

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

1. Add the Helm repository:

```bash
helm repo add jordojordo https://jordojordo.github.io/helm-charts
helm repo update
```

2. Install the ThothScript Operator chart:

```bash
helm install thothscript-operator jordojordo/thothscript-operator
```

### Configuration

You can customize the installation by providing your own values file or setting parameters directly in the command line. For example:

```bash
helm install thothscript-operator thothscript-operator/thothscript-operator --namespace thothscript \
--set image.tag=0.1.0 \
--set service.type=NodePort
```

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).

## Usage

Expand Down

0 comments on commit b9ba8e9

Please sign in to comment.