From 170b15ed476efff6be79090a35ae34724014faf4 Mon Sep 17 00:00:00 2001 From: Claude AI Date: Sun, 8 Mar 2026 15:23:22 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20jenkins=20Helm=20chart=20=E2=80=94=20na?= =?UTF-8?q?mespace=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm/jenkins/templates/namespace.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 helm/jenkins/templates/namespace.yaml diff --git a/helm/jenkins/templates/namespace.yaml b/helm/jenkins/templates/namespace.yaml new file mode 100644 index 0000000..ecbc3cf --- /dev/null +++ b/helm/jenkins/templates/namespace.yaml @@ -0,0 +1,6 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: {{ .Values.namespace }} + labels: + {{- include "jenkins.labels" . | nindent 4 }}