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

9 lines
161 B
YAML
Raw Normal View History

apiVersion: v1
kind: Namespace
metadata:
name: {{.Values.operatorNamespace}}
labels:
istio-operator-managed: Reconcile
istio-injection: disabled
---