linkerd2/chart/templates/namespace.yaml

14 lines
203 B
YAML

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