Skip to content

Commit

Permalink
Updated typo to enable(d)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRupar committed Nov 22, 2021
1 parent f38b9b4 commit 489a0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ proxy:
secretRef: ""

metrics:
enable: false
enabled: false
port: 5001
# Create a prometheus-operator servicemonitor
serviceMonitor:
Expand Down

0 comments on commit 489a0cf

Please sign in to comment.