From f10f37845a813b424a0fa9018b29ac2957324bb8 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Tue, 16 Aug 2022 13:17:04 -0700 Subject: [PATCH] add namespace file --- helm/templates/namespace.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 helm/templates/namespace.yaml diff --git a/helm/templates/namespace.yaml b/helm/templates/namespace.yaml new file mode 100644 index 00000000..08ff9a2d --- /dev/null +++ b/helm/templates/namespace.yaml @@ -0,0 +1,6 @@ +kind: Namespace +apiVersion: v1 +metadata: + name: {{ .Values.namespace }} + labels: + name: {{ .Values.namespace }} \ No newline at end of file