From 15c243f46e0b8ca80b285015e10c8d68a47a44a8 Mon Sep 17 00:00:00 2001
From: Alozie Obuh <obuh.alozie@solute.us>
Date: Thu, 12 Sep 2024 14:32:20 +0000
Subject: [PATCH] Add wait job

---
 chart/templates/_helpers.tpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl
index 35b8ee354b..6f42424d1c 100644
--- a/chart/templates/_helpers.tpl
+++ b/chart/templates/_helpers.tpl
@@ -143,6 +143,7 @@ Build common set of file extensions to include/exclude
     /**/*.txt
     /**/*.sh
     !/chart/tests/scripts/*.sh
+    !/chart/wait/*.sh
 {{- end -}}
 
 {{/*
-- 
GitLab