aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/00-init/gloo/templates/0-namespace.yaml
blob: 92a37f9de3f63c2fc55c7490e12a06f06ab6491e (plain)
1
2
3
4
5
6
7
8
9
10
{{- if .Values.namespace.create -}}
apiVersion: v1
kind: Namespace
metadata:
  name: {{ .Release.Namespace }}
  labels:
    app: gloo
  annotations:
    "helm.sh/hook": pre-install
{{- end}}