Adding Istio installtion helm charts
[demo.git] / vnfs / DAaaS / deploy / 00-init / gloo / templates / 18-settings.yaml
diff --git a/vnfs/DAaaS/deploy/00-init/gloo/templates/18-settings.yaml b/vnfs/DAaaS/deploy/00-init/gloo/templates/18-settings.yaml
deleted file mode 100755 (executable)
index a2eec08..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-{{ if .Values.settings.create }}
-
-apiVersion: gloo.solo.io/v1
-kind: Settings
-metadata:
-  name: default
-  namespace: {{ .Release.Namespace }}
-  annotations:
-    "helm.sh/hook": pre-install
-spec:
-  bindAddr: 0.0.0.0:{{ .Values.gloo.deployment.xdsPort }}
-  discoveryNamespace: {{ .Values.settings.writeNamespace }}
-  kubernetesArtifactSource: {}
-  kubernetesConfigSource: {}
-  kubernetesSecretSource: {}
-  refreshRate: 60s
-
-{{- if .Values.settings.extensions }}
-  extensions:
-{{- toYaml .Values.settings.extensions | nindent 4 }}
-{{- end }}
-
-{{- with .Values.settings.watchNamespaces }}
-  watchNamespaces:
-  {{- range . }}
-  - {{ . }}
-  {{- end }}
-{{- end }}
-
-{{- end }}