Skip to content

Commit ecb7ca2

Browse files
authored
Update minor typo in docs
Fix minor typo in `metrics-configuration` documentation.
1 parent f1961a9 commit ecb7ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/installation/metrics/metrics-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ These variables affect the general configuration of PostgreSQL Operator Monitori
3636
| `grafana_volume_size` | 1Gi | **Required** | Set to the size of persistent volume to create for Grafana. |
3737
| `metrics_image_pull_secret` | | | Name of a Secret containing credentials for container image registries. |
3838
| `metrics_image_pull_secret_manifest` | | | Provide a path to the image Secret manifest to be installed in the metrics namespace. |
39-
| `metrics_namespace` | 1G | **Required** | The namespace that should be created (if it doesn't already exist) and utilized for installation of the Matrics infrastructure. |
39+
| `metrics_namespace` | 1G | **Required** | The namespace that should be created (if it doesn't already exist) and utilized for installation of the Metrics infrastructure. |
4040
| `pgbadgerport` | 10000 | **Required** | Set to configure the port used by pgbadger in any PostgreSQL clusters. |
4141
| `prometheus_install` | false | **Required** | Set to true to install Promotheus in order to capture metrics exported from PostgreSQL clusters. |
4242
| `prometheus_service_type` | true | **Required** | How to [expose][k8s-service-type] the Prometheus service. |

0 commit comments

Comments
 (0)