Adding Istio installtion helm charts
[demo.git] / vnfs / DAaaS / deploy / 00-init / gloo / templates / 100-gloo-crds.yaml
diff --git a/vnfs/DAaaS/deploy/00-init/gloo/templates/100-gloo-crds.yaml b/vnfs/DAaaS/deploy/00-init/gloo/templates/100-gloo-crds.yaml
deleted file mode 100755 (executable)
index 2c11117..0000000
+++ /dev/null
@@ -1,111 +0,0 @@
-{{- if .Values.crds.create }}
-apiVersion: apiextensions.k8s.io/v1beta1
-kind: CustomResourceDefinition
-metadata:
-  name: settings.gloo.solo.io
-  annotations:
-    "helm.sh/hook": crd-install
-  labels:
-    gloo: settings
-spec:
-  group: gloo.solo.io
-  names:
-    kind: Settings
-    listKind: SettingsList
-    plural: settings
-    shortNames:
-      - st
-  scope: Namespaced
-  version: v1
----
-apiVersion: apiextensions.k8s.io/v1beta1
-kind: CustomResourceDefinition
-metadata:
-  name: gateways.gateway.solo.io
-  annotations:
-    "helm.sh/hook": crd-install
-spec:
-  group: gateway.solo.io
-  names:
-    kind: Gateway
-    listKind: GatewayList
-    plural: gateways
-    shortNames:
-      - gw
-    singular: gateway
-  scope: Namespaced
-  version: v1
----
-apiVersion: apiextensions.k8s.io/v1beta1
-kind: CustomResourceDefinition
-metadata:
-  name: virtualservices.gateway.solo.io
-  annotations:
-    "helm.sh/hook": crd-install
-spec:
-  group: gateway.solo.io
-  names:
-    kind: VirtualService
-    listKind: VirtualServiceList
-    plural: virtualservices
-    shortNames:
-      - vs
-    singular: virtualservice
-  scope: Namespaced
-  version: v1
----
-apiVersion: apiextensions.k8s.io/v1beta1
-kind: CustomResourceDefinition
-metadata:
-  name: proxies.gloo.solo.io
-  annotations:
-    "helm.sh/hook": crd-install
-spec:
-  group: gloo.solo.io
-  names:
-    kind: Proxy
-    listKind: ProxyList
-    plural: proxies
-    shortNames:
-      - px
-    singular: proxy
-  scope: Namespaced
-  version: v1
----
-apiVersion: apiextensions.k8s.io/v1beta1
-kind: CustomResourceDefinition
-metadata:
-  name: upstreams.gloo.solo.io
-  annotations:
-    "helm.sh/hook": crd-install
-spec:
-  group: gloo.solo.io
-  names:
-    kind: Upstream
-    listKind: UpstreamList
-    plural: upstreams
-    shortNames:
-      - us
-    singular: upstream
-  scope: Namespaced
-  version: v1
----
-apiVersion: apiextensions.k8s.io/v1beta1
-kind: CustomResourceDefinition
-metadata:
-  name: upstreamgroups.gloo.solo.io
-  annotations:
-    "helm.sh/hook": crd-install
-spec:
-  group: gloo.solo.io
-  names:
-    kind: UpstreamGroup
-    listKind: UpstreamGroupList
-    plural: upstreamgroups
-    shortNames:
-      - ug
-    singular: upstreamgroup
-  scope: Namespaced
-  version: v1
----
-{{- end}}
\ No newline at end of file