Skip to content

Commit

Permalink
Merge pull request #629 from RafalKorepta/rk/fix-readme.md
Browse files Browse the repository at this point in the history
Fix operator helm chart install command in README.md
  • Loading branch information
Rafal Korepta authored Jul 31, 2023
2 parents 555dfaa + b1dce44 commit d85cb05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Redpanda Operator

![Version: 0.3.7](https://img.shields.io/badge/Version-0.3.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v23.2.2](https://img.shields.io/badge/AppVersion-v23.2.2-informational?style=flat-square)
![Version: 0.3.8](https://img.shields.io/badge/Version-0.3.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v23.2.2](https://img.shields.io/badge/AppVersion-v23.2.2-informational?style=flat-square)

## Installation

Expand Down Expand Up @@ -37,7 +37,7 @@ kubectl kustomize https://github.com/redpanda-data/redpanda//src/go/k8s/config/c
```sh
helm repo add redpanda https://charts.redpanda.com
helm repo update redpanda
helm install --namespace redpanda --create-namespace redpanda-operator operator
helm install --namespace redpanda --create-namespace redpanda-operator redpanda/operator
```

Other instruction will be visible after installation.
Expand Down
2 changes: 1 addition & 1 deletion charts/operator/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kubectl kustomize https://github.com/redpanda-data/redpanda//src/go/k8s/config/c
```sh
helm repo add redpanda https://charts.redpanda.com
helm repo update redpanda
helm install --namespace redpanda --create-namespace redpanda-operator operator
helm install --namespace redpanda --create-namespace redpanda-operator redpanda/operator
```

Other instruction will be visible after installation.
Expand Down

0 comments on commit d85cb05

Please sign in to comment.