Created
May 16, 2023 06:46
-
-
Save yershalom/1972c8819bd2d73edfde7425d30a7616 to your computer and use it in GitHub Desktop.
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
- alert: FluxHelmReleaseNotReady | |
annotations: | |
description: |- | |
{{ $labels.exported_namespace }}/{{ $labels.name }} is not ready for the last 15 minutes | |
namespace: `{{ $labels.exported_namespace }}` | |
name: `{{ $labels.name }}` | |
status: `{{ $labels.status }}` | |
summary: |- | |
{{ $labels.exported_namespace }}/{{ $labels.name }} is not ready | |
expr: gotk_reconcile_condition{kind="HelmRelease",status!~"True|Deleted",type="Ready",exported_namespace!="kubernetes-dashboard"} == 1 | |
for: 15m | |
labels: | |
severity: warning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment