Updated typo to enable(d)

This commit is contained in:
SimonRupar
2021-11-22 11:25:20 +01:00
parent f38b9b4a58
commit 489a0cfe5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ their default values.
| `ingress.path` | Ingress service path | `/` |
| `ingress.hosts` | Ingress hostnames | `[]` |
| `ingress.tls` | Ingress TLS configuration (YAML) | `[]` |
| `metrics.enable` | Enable metrics on Service | `false` |
| `metrics.enabled` | Enable metrics on Service | `false` |
| `metrics.port` | TCP port on which the service metrics is exposed | `5001` |
| `metrics.serviceMonitor.annotations` | Prometheus Operator ServiceMonitor annotations | `{}` |
| `metrics.serviceMonitor.enable` | If true, Prometheus Operator ServiceMonitor will be created | `false` |
+1 -1
View File
@@ -111,7 +111,7 @@ proxy:
secretRef: ""
metrics:
enable: false
enabled: false
port: 5001
# Create a prometheus-operator servicemonitor
serviceMonitor: