-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
assets,site/content: daily assets regeneration
- Loading branch information
github-actions[bot]
committed
Nov 4, 2020
1 parent
6c059bd
commit d6eb003
Showing
3 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
groups: | ||
- name: sealed-secrets | ||
rules: | ||
- alert: SealedSecretsUnsealErrorRateHigh | ||
- alert: SealedSecretsUnsealErrorHigh | ||
annotations: | ||
description: High rate of errors unsealing Sealed Secrets | ||
description: High number of errors during unsealing Sealed Secrets in {{ $labels.namespace | ||
}} namespace. | ||
runbook_url: https://github.com/bitnami-labs/sealed-secrets | ||
summary: Sealed Secrets Unseal Error Rate High | ||
summary: Sealed Secrets Unseal Error High | ||
expr: | | ||
sum(rate(sealed_secrets_controller_unseal_errors_total{}[5m])) > 0 | ||
sum by (reason, namespace) (rate(sealed_secrets_controller_unseal_errors_total{}[5m])) > 0 | ||
labels: | ||
severity: warning |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters