mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Typo fix in centrifugo/README.md (#4299)
* 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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
|
||||
| -------------------------- | ------------------------------------- | --------------------------------------------------------- |
|
||||
@@ -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)
|
||||
|
||||
@@ -52,4 +52,4 @@ admin:
|
||||
args:
|
||||
- --web=true
|
||||
|
||||
resources: {}
|
||||
resources: {}
|
||||
|
||||
Reference in New Issue
Block a user