mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
* Update defaults for scraping cluster components Signed-off-by: Vasily <vasily.sliouniaev@jet.com> * Remove custom scrape intervals These were not consistent in some cases (kubelet http vs https configuration). The best-practice for this is to allow the config to come from prometheus's default. Added configuration options to specify custom durations if overrides are desired Signed-off-by: Vasily <vasily.sliouniaev@jet.com> * Fix kubelet secure configuration relabellings Signed-off-by: Vasily <vasily.sliouniaev@jet.com> * Add hack/minikube Signed-off-by: Vasily <vasily.sliouniaev@jet.com> * Update README.md with changes to defaults Signed-off-by: Vasily <vasily.sliouniaev@jet.com> * chmod Signed-off-by: Vasily <vasily.sliouniaev@jet.com> * Fix up minikube Signed-off-by: Vasily <vasily.sliouniaev@jet.com> * Fix monitors when using defaults Signed-off-by: Vasily <vasily.sliouniaev@jet.com> * Update contributing.md Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
754 B
754 B
Contributing Guidelines
How to contribute to this chart
- Fork this repository, develop and test your Chart.
- Bump the chart version for every change.
- Ensure PR title has the prefix
[stable/prometheus-operator] - When making changes to values.yaml, update the files in
ci/by runninghack/update-ci.sh - When making changes to rules or dashboards, see the README.md section on how to sync data from upstream repositories
- Check the
hack/minikubefolder has scripts to set up minikube and components of this chart that will allow all components to be scraped. You can use this configuration when validating your changes. - Check for changes of RBAC rules.
- Check for changes in CRD specs.
- PR must pass the linter (
helm lint)