linkerd2/chart/templates/namespace.yaml

12 lines
218 B
YAML

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