Skip to content

Commit

Permalink
fix(readmes): updated names for helm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Russ Savage authored and naseemkullah committed Feb 28, 2020
1 parent 0e15939 commit ebcdb91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/chronograf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

```bash
helm repo add influxdata https://helm.influxdata.com/
helm install my-release influxdata/chronograf --namespace monitoring
helm install chronograf influxdata/chronograf --namespace monitoring
```

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion charts/influxdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

```bash
helm repo add influxdata https://helm.influxdata.com/
helm install my-release influxdata/influxdb --namespace monitoring
helm install influxdb influxdata/influxdb --namespace monitoring
```

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion charts/kapacitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

```bash
helm repo add influxdata https://helm.influxdata.com/
helm install my-release influxdata/kapacitor --namespace monitoring
helm install kapacitor influxdata/kapacitor --namespace monitoring
```

## Introduction
Expand Down

0 comments on commit ebcdb91

Please sign in to comment.