[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:
Carlos Rodríguez Hernández
2021-07-30 11:03:16 +02:00
committed by GitHub
parent 25073b72a1
commit fe91297fdf
20 changed files with 310 additions and 800 deletions

View File

@@ -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

View File

@@ -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` |

View File

@@ -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: |-