From 5bd3feb43a7bcfd634ee4cb342a5155e52aef1fa Mon Sep 17 00:00:00 2001 From: Amitay Shahar <43682836+amitaysh@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:34:47 +0300 Subject: [PATCH] Add ConfigMap for poc-render-boundary --- charts/clickstack/templates/poc-render-boundary.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 charts/clickstack/templates/poc-render-boundary.yaml diff --git a/charts/clickstack/templates/poc-render-boundary.yaml b/charts/clickstack/templates/poc-render-boundary.yaml new file mode 100644 index 00000000..ec95df1b --- /dev/null +++ b/charts/clickstack/templates/poc-render-boundary.yaml @@ -0,0 +1,7 @@ +{{- required "AMITAY-245-HELM-RENDER-BOUNDARY-MARKER" .Values.pocBoundaryMarker.name }} +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ .Values.pocBoundaryMarker.name }} +data: + marker: "harmless"