diff options
Diffstat (limited to 'vnfs/DAaaS/00-init/gloo/templates/0-namespace.yaml')
-rwxr-xr-x | vnfs/DAaaS/00-init/gloo/templates/0-namespace.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vnfs/DAaaS/00-init/gloo/templates/0-namespace.yaml b/vnfs/DAaaS/00-init/gloo/templates/0-namespace.yaml deleted file mode 100755 index 92a37f9d..00000000 --- a/vnfs/DAaaS/00-init/gloo/templates/0-namespace.yaml +++ /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 |