Enable Istio on IEC type2
[iec.git] / src / foundation / service_mesh / Istio / init / crd-11.yaml
1 # yamllint disable rule:hyphens rule:commas rule:indentation rule:line-length
2 apiVersion: apiextensions.k8s.io/v1beta1
3 kind: CustomResourceDefinition
4 metadata:
5   name: sidecars.networking.istio.io
6   labels:
7     app: istio-pilot
8     chart: istio
9     heritage: Tiller
10     release: istio
11   annotations:
12     "helm.sh/resource-policy": keep
13 spec:
14   group: networking.istio.io
15   names:
16     kind: Sidecar
17     plural: sidecars
18     singular: sidecar
19     categories:
20     - istio-io
21     - networking-istio-io
22   scope: Namespaced
23   version: v1alpha3
24 ---