Skip to content

Commit

Permalink
chore(rds): Fix RDSQuotaInstanceLimit description
Browse files Browse the repository at this point in the history
  • Loading branch information
vmercierfr committed Nov 22, 2023
1 parent 711e2ce commit c2cea17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-rds-alerts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ rules:
severity: warning
annotations:
summary: "The number of RDS instances is close to the maximum quota"
description: 'Using {{ printf "%.2g" $value }}% of allowed RDS instances in {{ $labels.aws_account_id}}:{{ $labels.aws_region }}'
description: 'Using {{ printf "%.0f" $value }}% of allowed RDS instances in {{ $labels.aws_account_id}}:{{ $labels.aws_region }}'

RDSQuotaStorageLimit:
expr: |
Expand Down

0 comments on commit c2cea17

Please sign in to comment.