Skip to content

Commit

Permalink
Typo fix in centrifugo/README.md (helm#4299)
Browse files Browse the repository at this point in the history
* add version for centrifugo

add version for centrifugo

* Typo fix in centrifugo/README.md

Typo fix in centrifugo/README.md

* [linter fix] adds new line to values.yaml

Signed-off-by: voron <av@arilot.com>
  • Loading branch information
AdamDang authored and voron committed Sep 5, 2018
1 parent 7699ba1 commit cba3782
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/centrifugo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 2.0.0
version: 2.0.1
appVersion: 1.7.3
description: Centrifugo is a real-time messaging server.
name: centrifugo
Expand Down
4 changes: 2 additions & 2 deletions stable/centrifugo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The command removes all the Kubernetes components associated with the chart and

## Configuration

The following tables lists the configurable parameters of the Centrifugo chart and their default values.
The following table lists the configurable parameters of the Centrifugo chart and their default values.

| Parameter | Description | Default |
| -------------------------- | ------------------------------------- | --------------------------------------------------------- |
Expand Down Expand Up @@ -68,4 +68,4 @@ Alternatively, a YAML file that specifies the values for the parameters can be p
$ helm install --name my-release -f values.yaml stable/centrifugo
```

> **Tip**: You can use the default [values.yaml](values.yaml)
> **Tip**: You can use the default [values.yaml](values.yaml)
2 changes: 1 addition & 1 deletion stable/centrifugo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ admin:
args:
- --web=true

resources: {}
resources: {}

0 comments on commit cba3782

Please sign in to comment.