From 2875c3137823dcbb10c02a89218d8bd43f708303 Mon Sep 17 00:00:00 2001 From: Gerard Nguyen Date: Mon, 22 Jul 2024 16:26:55 +1000 Subject: [PATCH] lint fix --- in-cluster/default.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/in-cluster/default.yaml b/in-cluster/default.yaml index 5b5190b..b893d83 100644 --- a/in-cluster/default.yaml +++ b/in-cluster/default.yaml @@ -467,4 +467,5 @@ spec: when: "pvcUsedPercentage >= 80" message: "There are PVCs using more than 80% of storage: {{ .PVC.ConcatenatedNames }}" - pass: - message: "No PVCs are using more than 80% of storage" \ No newline at end of file + message: "No PVCs are using more than 80% of storage" + \ No newline at end of file