-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check serviceMonitor.create for ConfigMap and Endpoint
This checks if the serviceMonitor should be created before applying ConfigMap and Endpoint. Example use case: Only install PrometheusRules * feat: serviceMonitor.create for cm and ep * feat: run pre-commit hooks, bump 0.6.0
- Loading branch information
Andreas Gruhler
authored
Sep 16, 2024
1 parent
badd947
commit 78098fa
Showing
6 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ vault: | |
create: true | ||
labels: | ||
k8s.example.com/prometheus: kube-prometheus | ||
prometheusRules: | ||
enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters