Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(kube-monitoring): fix option value #536

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kube-monitoring/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kind: PluginDefinition
metadata:
name: kube-monitoring
spec:
version: 2.6.4
version: 2.6.5
displayName: Kubernetes monitoring
description: Native deployment and management of Prometheus along with Kubernetes cluster monitoring components.
docMarkDownUrl: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/kube-monitoring/README.md
Expand All @@ -24,7 +24,7 @@ spec:
description: Whether to install the default alerting rules for self-monitoring Prometheus
default: true
type: bool
- name: kubeMonitoring.default.additionalRuleLabels
- name: kubeMonitoring.defaultRules.additionalRuleLabels
description: Additional labels that can be added to the Prometheus self-monitoring alerting rules.
required: false
type: map
Expand Down
Loading