Update Kong ingress controller to version 1.4. It fixes the occasional 404 error.
[it/dep.git] / ric-aux / helm / infrastructure / subcharts / kong / charts / cassandra / templates / configmap.yaml
diff --git a/ric-aux/helm/infrastructure/subcharts/kong/charts/cassandra/templates/configmap.yaml b/ric-aux/helm/infrastructure/subcharts/kong/charts/cassandra/templates/configmap.yaml
deleted file mode 100755 (executable)
index 4e5ab76..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-{{- if .Values.configOverrides }}
-kind: ConfigMap
-apiVersion: v1
-metadata:
-  name: {{ template "cassandra.name" . }}
-  namespace: {{ .Release.Namespace }}
-  labels:
-    app: {{ template "cassandra.name" . }}
-    chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
-    release: {{ .Release.Name }}
-    heritage: {{ .Release.Service }}
-data:
-{{ toYaml .Values.configOverrides | indent 2 }}
-{{- end }}