Skip to content

Commit

Permalink
[add-config-param-table] resolve comments on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
aliartiza75 authored and rawkode committed Mar 1, 2020
1 parent 65f1d13 commit 38b2697
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions charts/influxdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,10 @@ The command removes all the Kubernetes components associated with the chart and

## Configuration

The default configuration values for this chart are listed in `values.yaml`.

#### General

| Parameter | Description | Default |
|---|---|---|
| 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.pullSecrets | It will store the repository's credentials to pull image | nil |
| serviceAccount.create | It will create service account | true |
Expand Down Expand Up @@ -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.annotations | Annotations for backup | {} |


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,
Expand Down

0 comments on commit 38b2697

Please sign in to comment.