mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 07:17:26 +08:00
[bitnami/several] Fix default values when using foo: | (#7092)
* Create sections, reorder values, and regenerate README * Use proper type for commonConfiguration without skipping * Change objects by string * Change object by string * Change object by string * Change object by string * Remove duplicated tables in README * Rebase
This commit is contained in:
committed by
GitHub
parent
25073b72a1
commit
fe91297fdf
@@ -24,4 +24,4 @@ name: influxdb
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-influxdb
|
||||
- https://www.influxdata.com/products/influxdb-overview/
|
||||
version: 2.3.2
|
||||
version: 2.3.3
|
||||
|
||||
@@ -162,7 +162,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `relay.image.tag` | InfluxDB Relay™ image tag (immutable tags are recommended) | `0.20200717.0-scratch-r7` |
|
||||
| `relay.image.pullPolicy` | InfluxDB Relay™ image pull policy | `IfNotPresent` |
|
||||
| `relay.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `relay.configuration` | InfluxDB Relay™ Configuration. Specify content for relay.toml | `{}` |
|
||||
| `relay.configuration` | InfluxDB Relay™ Configuration. Specify content for relay.toml | `""` |
|
||||
| `relay.existingConfiguration` | Name of existing ConfigMap object with the InfluxDB Relay™ configuration (`relay.configuration` will be ignored) | `""` |
|
||||
| `relay.replicaCount` | The number of InfluxDB Relay™ replicas to deploy | `1` |
|
||||
| `relay.updateStrategy` | Update strategy, can be set to RollingUpdate or OnDelete by default. | `RollingUpdate` |
|
||||
|
||||
@@ -395,7 +395,7 @@ relay:
|
||||
## - myRegistryKeySecretName
|
||||
##
|
||||
pullSecrets: []
|
||||
## @param relay.configuration [object] InfluxDB Relay™ Configuration. Specify content for relay.toml
|
||||
## @param relay.configuration [string] InfluxDB Relay™ Configuration. Specify content for relay.toml
|
||||
## Alternatively, you can put your relay.toml under the files/conf/ directory
|
||||
##
|
||||
configuration: |-
|
||||
|
||||
Reference in New Issue
Block a user