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