{{with .Values -}}
---
###
### Linkerd Namespace
kind: Namespace
apiVersion: v1
metadata:
name: {{.Namespace}}
annotations:
{{.ProxyInjectAnnotation}}: {{.ProxyInjectDisabled}}
{{end -}}