Skip to content

Commit

Permalink
Fixed some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy committed Oct 29, 2020
1 parent e65b712 commit fdd0c0e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This repository contains [Helm](https://helm.sh) charts for various projects

- [Distributed Loki](https://github.com/whyeasy/helm-charts/tree/master/charts/distributed-loki)
- [Gitlab-extra-expoter](https://github.com/Whyeasy/helm-charts/tree/master/charts/gitlab-extra-exporter)
- [Gitlab-extra-exporter](https://github.com/Whyeasy/helm-charts/tree/master/charts/gitlab-extra-exporter)
- [Jira-exporter](https://github.com/Whyeasy/helm-charts/tree/master/charts/jira-exporter)
- [Jira-sd-exporter](https://github.com/Whyeasy/helm-charts/tree/master/charts/jira-sd-exporter)
- [k8s Node Termination Handler](https://github.com/whyeasy/helm-charts/tree/master/charts/k8s-node-termination-handler)
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-mongodb-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ type: application
sources:
- https://github.com/percona/mongodb_exporter

version: 0.0.1
version: 0.0.2
4 changes: 2 additions & 2 deletions charts/prometheus-mongodb-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ prometheus-mongodb-exporter
===========================
A Prometheus exporter for MongoDB metrics

Current chart version is `0.0.1`
Current chart version is `0.0.2`



Expand Down Expand Up @@ -55,4 +55,4 @@ Current chart version is `0.0.1`
| serviceMonitor.enabled | bool | `true` | Enable service monitor for the Prometheus Operator |
| serviceMonitor.interval | string | `"30s"` | Interval at which metrics should be scraped |
| serviceMonitor.scrapeTimeout | string | `"10s"` | Interval at which metric scrapes should time out |
| tolerations | list | `[]` | |
| tolerations | list | `[]` | Add tolerations for pod assignment |
2 changes: 1 addition & 1 deletion charts/prometheus-mongodb-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ serviceMonitor:
# serviceMonitor.additionalLabels -- Additional labels to add to the ServiceMonitor
additionalLabels: {}

# tolartions -- Add tolartions for pod assginment
# tolerations -- Add tolerations for pod assignment
tolerations: []

0 comments on commit fdd0c0e

Please sign in to comment.