kubezero/charts/kubezero-istio/templates/namespace.yaml

8 lines
151 B
YAML
Raw Normal View History

apiVersion: v1
kind: Namespace
metadata:
name: istio-system
labels:
istio-injection: disabled
2020-08-06 17:43:59 +00:00
{{ include "kubezero-lib.labels" . | indent 4 }}