Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
WafflesVonMaple committed Jan 19, 2024
1 parent cfe17fd commit a752604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/rollup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ config:
release: kube-prometheus-stack
namespace: monitoring
rules:
- alert: Cometbft is Unhealthy
expr: cometbft_healthy == 0 # Insert your query Expression
for: 1m # Rough number but should be enough to init warn
- alert: Cometbft is Unhealthy
expr: cometbft_healthy == 0 # Insert your query Expression

Check failure on line 74 in charts/rollup/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

74:70 [trailing-spaces] trailing spaces
for: 1m # Rough number but should be enough to init warn
labels:
severity: warning
annotations:
Expand Down

0 comments on commit a752604

Please sign in to comment.