Adding Istio installtion helm charts
[demo.git] / vnfs / DAaaS / deploy / 00-init / gloo / templates / 0-namespace.yaml
diff --git a/vnfs/DAaaS/deploy/00-init/gloo/templates/0-namespace.yaml b/vnfs/DAaaS/deploy/00-init/gloo/templates/0-namespace.yaml
deleted file mode 100755 (executable)
index 92a37f9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{{- if .Values.namespace.create -}}
-apiVersion: v1
-kind: Namespace
-metadata:
-  name: {{ .Release.Namespace }}
-  labels:
-    app: gloo
-  annotations:
-    "helm.sh/hook": pre-install
-{{- end}}
\ No newline at end of file