linkerd2/chart/templates/namespace.yaml

13 lines
267 B
YAML

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