Skip to content

Instantly share code, notes, and snippets.

@yershalom
Created May 16, 2023 06:46
Show Gist options
  • Save yershalom/1972c8819bd2d73edfde7425d30a7616 to your computer and use it in GitHub Desktop.
Save yershalom/1972c8819bd2d73edfde7425d30a7616 to your computer and use it in GitHub Desktop.
- 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