Enable Istio on IEC type2
[iec.git] / src / foundation / service_mesh / Istio / init / crd-11.yaml
diff --git a/src/foundation/service_mesh/Istio/init/crd-11.yaml b/src/foundation/service_mesh/Istio/init/crd-11.yaml
new file mode 100644 (file)
index 0000000..36b2171
--- /dev/null
@@ -0,0 +1,24 @@
+# yamllint disable rule:hyphens rule:commas rule:indentation rule:line-length
+apiVersion: apiextensions.k8s.io/v1beta1
+kind: CustomResourceDefinition
+metadata:
+  name: sidecars.networking.istio.io
+  labels:
+    app: istio-pilot
+    chart: istio
+    heritage: Tiller
+    release: istio
+  annotations:
+    "helm.sh/resource-policy": keep
+spec:
+  group: networking.istio.io
+  names:
+    kind: Sidecar
+    plural: sidecars
+    singular: sidecar
+    categories:
+    - istio-io
+    - networking-istio-io
+  scope: Namespaced
+  version: v1alpha3
+---