From f68ae9e00323c941871771067fc91d2c0519e84b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 11 Dec 2025 23:32:41 -0600 Subject: [PATCH] fix lint --- clusters/cl01tl/helm/volsync/templates/prometheus-rule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/volsync/templates/prometheus-rule.yaml b/clusters/cl01tl/helm/volsync/templates/prometheus-rule.yaml index 4b73c80af..e19ac6b2c 100644 --- a/clusters/cl01tl/helm/volsync/templates/prometheus-rule.yaml +++ b/clusters/cl01tl/helm/volsync/templates/prometheus-rule.yaml @@ -22,7 +22,7 @@ spec: - alert: VolSyncVolumeOutOfSync annotations: summary: >- - {{ $labels.obj_namespace }}/{{ $labels.obj_name }} volume + "{{ `{{ $labels.obj_namespace }}` }}/"{{ `{{ $labels.obj_name }}` }} volume is out of sync. expr: | volsync_volume_out_of_sync == 1