Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos committed Nov 26, 2024
1 parent df78911 commit f2fda7a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ tests:
input_series:
# Kyverno validating webhooks
- series: 'kube_pod_container_status_restarts_total{app="kube-state-metrics", cluster_id="golem", cluster_type="workload_cluster", container="main", customer="giantswarm", endpoint="http", installation="golem", instance="100.94.2.68:8080", job="kube-state-metrics", namespace="security", node="master-0001", organization="giantswarm", pipeline="stable", pod="trivy-0", provider="capa", region="eu-west-1", service="kube-prometheus-stack-kube-state-metrics", service_priority="medium", uid="a38e8606-416d-4d6c-a7ea-2745078de330"}'
values: "0+1x5 5+0x30 5+1x25 30+0x30"
values: "0+1x5 5+0x30 5+1x25 30+0x60"
alert_rule_test:
# Trivy pod
- alertname: ShieldComponentRestartingTooOften
eval_time: 90m
eval_time: 100m
exp_alerts:
- exp_labels:
area: platform
Expand All @@ -26,5 +26,5 @@ tests:
cancel_if_cluster_status_updating: "true"
cancel_if_outside_working_hours: "false"
exp_annotations:
description: '{{`Pod security/trivy-0 is restarting too often.`}}'
description: 'Pod security/trivy-0 is restarting too often.'
opsrecipe: "shield-pod-failing/"

0 comments on commit f2fda7a

Please sign in to comment.