Skip to content

Commit

Permalink
Updated helm-docs
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Bergmüller <[email protected]>
  • Loading branch information
Rotzke committed Sep 24, 2024
1 parent be80751 commit 4013ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ helm repo add kedacore https://kedacore.github.io/charts
helm repo update

kubectl create namespace keda
helm install keda kedacore/keda --namespace keda --version 2.15.1
helm install keda kedacore/keda --namespace keda --version 2.14.2
```

## Introduction
Expand All @@ -36,7 +36,7 @@ To install the chart with the release name `keda`:

```console
$ kubectl create namespace keda
$ helm install keda kedacore/keda --namespace keda --version 2.15.1
$ helm install keda kedacore/keda --namespace keda --version 2.14.2
```

## Uninstalling the Chart
Expand Down

0 comments on commit 4013ac3

Please sign in to comment.