mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/mongodb] Fix some typos (#4228)
* [stable/ghost] Fix some typos
* [stable/mongodb] Fix some typos
* Revert "[stable/ghost] Fix some typos"
This reverts commit fe3bc14a3e.
* Update README.md
Another typo (replace tables by table)
This commit is contained in:
committed by
k8s-ci-robot
parent
5a25b10208
commit
5ba1e6ba7c
@@ -1,5 +1,5 @@
|
||||
name: mongodb
|
||||
version: 0.4.27
|
||||
version: 0.4.28
|
||||
appVersion: 3.7.1
|
||||
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications.
|
||||
keywords:
|
||||
|
||||
@@ -41,7 +41,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
## Configuration
|
||||
|
||||
The following tables lists the configurable parameters of the MongoDB chart and their default values.
|
||||
The following table lists the configurable parameters of the MongoDB chart and their default values.
|
||||
|
||||
| Parameter | Description | Default |
|
||||
|---------------------------- |------------------------------------- |----------------------------------------------------------|
|
||||
@@ -78,7 +78,7 @@ $ helm install --name my-release \
|
||||
stable/mongodb
|
||||
```
|
||||
|
||||
The above command sets the MongoDB `root` account password to `secretpassword`. Additionally it creates a standard database user named `my-user`, with the password `my-password`, who has access to a database named `my-database`.
|
||||
The above command sets the MongoDB `root` account password to `secretpassword`. Additionally, it creates a standard database user named `my-user`, with the password `my-password`, who has access to a database named `my-database`.
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user