istio.io/istio@v0.0.0-20240520182934-d79c90f27776/manifests/charts/istio-cni/templates/network-attachment-definition.yaml (about)

     1  {{- if eq .Values.cni.provider "multus" }}
     2  apiVersion: k8s.cni.cncf.io/v1
     3  kind: NetworkAttachmentDefinition
     4  metadata:
     5    name: {{ template "name" . }}
     6    namespace: default
     7    labels:
     8      operator.istio.io/component: "Cni"
     9  {{- end }}