[bitnami/postgresql-ha] fix: customMetrics variable type (#8126)

* fix: customMetrics variable type

* fix: README.md

* fix: added new line
This commit is contained in:
Abhimanyu Saharan
2021-11-18 06:17:25 -08:00
committed by GitHub
parent fb2d10e732
commit 34b8983187
3 changed files with 3 additions and 3 deletions

View File

@@ -27,4 +27,4 @@ name: postgresql-ha
sources:
- https://github.com/bitnami/bitnami-docker-postgresql
- https://www.postgresql.org/
version: 8.0.0
version: 8.0.1

View File

@@ -359,7 +359,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
| `metrics.service.loadBalancerSourceRanges` | PostgreSQL Prometheus exporter service Load Balancer sources | `[]` |
| `metrics.service.externalTrafficPolicy` | PostgreSQL Prometheus exporter service external traffic policy | `Cluster` |
| `metrics.annotations` | Annotations for PostgreSQL Prometheus exporter service | `{}` |
| `metrics.customMetrics` | Additional custom metrics | `""` |
| `metrics.customMetrics` | Additional custom metrics | `{}` |
| `metrics.extraEnvVars` | An array to add extra environment variables to configure postgres-exporter | `{}` |
| `metrics.serviceMonitor.enabled` | if `true`, creates a Prometheus Operator ServiceMonitor (also requires `metrics.enabled` to be `true`) | `false` |
| `metrics.serviceMonitor.namespace` | Optional namespace which Prometheus is running in | `""` |

View File

@@ -1141,7 +1141,7 @@ metrics:
## usage: "GAUGE"
## description: "Size of the database in bytes"
##
customMetrics: ""
customMetrics: {}
## @param metrics.extraEnvVars An array to add extra environment variables to configure postgres-exporter
## see: https://github.com/wrouesnel/postgres_exporter#environment-variables
## For example: