Skip to content

Commit

Permalink
[prometheus-operator-admission-webhook] fix - prom op doc (#5365)
Browse files Browse the repository at this point in the history
Signed-off-by: Hélia Barroso <[email protected]>
  • Loading branch information
heliapb authored Feb 25, 2025
1 parent 543d404 commit e777151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-operator-admission-webhook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: Prometheus Operator Admission Webhook
name: prometheus-operator-admission-webhook
version: 0.19.0
version: 0.19.1
appVersion: 0.80.1
home: https://github.com/prometheus-operator/prometheus-operator
icon: https://github.com/prometheus-operator/prometheus-operator/raw/main/Documentation/logos/prometheus-operator-logo.png
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus-operator-admission-webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ service:
tolerations: []

## prometheusRule for creating prometheus rules
## https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.PrometheusRule
## https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#prometheusrule
prometheusRule:
enabled: false
## Override namespace where the rules get deployed
Expand All @@ -312,7 +312,7 @@ prometheusRule:

## serviceMonitor allows creating a service monitor for Prometheus operator to assemble corresponding
## configuration for Prometheus
## Ref. https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.ServiceMonitor
## Ref. https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#servicemonitor
serviceMonitor:
## Enable service monitor
enabled: false
Expand Down

0 comments on commit e777151

Please sign in to comment.