apply namespace fix for alert
All checks were successful
lint-and-test / lint-helm (push) Successful in 8s
release-charts-postgres-cluster / release (push) Successful in 26s
renovate / renovate (push) Successful in 30s
lint-and-test / chart-testing (push) Successful in 33s

This commit is contained in:
2025-12-20 18:40:22 -06:00
parent a7cec76210
commit 9a83d9bc59
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ annotations:
description: |-
Standby is lagging behind by over 300 seconds (5 minutes)
expr: |
cnpg_pg_replication_lag > 300
cnpg_pg_replication_lag{namespace="{{ .namespace }}"} > 300
for: 1m
labels:
severity: warning