From 05bc272c26bf212ee1fe9cb90d19b4397df4282f Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Thu, 23 Apr 2026 16:50:46 -0500 Subject: [PATCH] Add common library loader template --- ops/chart/templates/common.tpl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ops/chart/templates/common.tpl diff --git a/ops/chart/templates/common.tpl b/ops/chart/templates/common.tpl new file mode 100644 index 0000000..5436228 --- /dev/null +++ b/ops/chart/templates/common.tpl @@ -0,0 +1,4 @@ +{{/* +Render all resources provided by the common library +*/}} +{{- include "bjw-s.common.loader.all" . -}} \ No newline at end of file