Commit 38b2697b authored by aliartiza75's avatar aliartiza75 Committed by David McKay

[add-config-param-table] resolve comments on PR

parent 65f1d136
...@@ -44,14 +44,10 @@ The command removes all the Kubernetes components associated with the chart and ...@@ -44,14 +44,10 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
The default configuration values for this chart are listed in `values.yaml`.
#### General
| Parameter | Description | Default | | Parameter | Description | Default |
|---|---|---| |---|---|---|
| image.repository | Image repository url | influxdb | | image.repository | Image repository url | influxdb |
| image.tag | Image tag | 1.7.6-alpine | | image.tag | Image tag | 1.7.10-alpine |
| image.pullPolicy | Image pull policy | IfNotPresent | | image.pullPolicy | Image pull policy | IfNotPresent |
| image.pullSecrets | It will store the repository's credentials to pull image | nil | | image.pullSecrets | It will store the repository's credentials to pull image | nil |
| serviceAccount.create | It will create service account | true | | serviceAccount.create | It will create service account | true |
...@@ -100,7 +96,6 @@ The default configuration values for this chart are listed in `values.yaml`. ...@@ -100,7 +96,6 @@ The default configuration values for this chart are listed in `values.yaml`.
| backup.schedule | Cron time | `0 0 * * *`. It means create a backup everyday at `00:00`. | | backup.schedule | Cron time | `0 0 * * *`. It means create a backup everyday at `00:00`. |
| backup.annotations | Annotations for backup | {} | | backup.annotations | Annotations for backup | {} |
The [full image documentation](https://hub.docker.com/_/influxdb/) contains more information about running InfluxDB in docker. The [full image documentation](https://hub.docker.com/_/influxdb/) contains more information about running InfluxDB in docker.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment