summaryrefslogtreecommitdiffstats
path: root/kubernetes/clamp/templates/configmap.yaml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-09-04 18:35:26 +0200
committersebdet <sebastien.determe@intl.att.com>2019-09-09 12:52:52 +0200
commitd85e24cce93ce9ff5b08b582849da57e5ac8fbb6 (patch)
treee6a4b8bae29ac6e75d99c4135671a4b58ff12490 /kubernetes/clamp/templates/configmap.yaml
parent26f7c28c3c97b7c7300259956b4bd7b5c456d280 (diff)
Add frontend container
Add the frontend container as the main chart, and add clamp-backend as the a sub chart Issue-ID: CLAMP-486 Change-Id: Ib02562d608011047157b77b302902de86c0d954d Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'kubernetes/clamp/templates/configmap.yaml')
-rw-r--r--kubernetes/clamp/templates/configmap.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/kubernetes/clamp/templates/configmap.yaml b/kubernetes/clamp/templates/configmap.yaml
index 21df037a8a..9186cd919a 100644
--- a/kubernetes/clamp/templates/configmap.yaml
+++ b/kubernetes/clamp/templates/configmap.yaml
@@ -25,17 +25,3 @@ metadata:
heritage: {{ .Release.Service }}
data:
{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}
- spring_application_json: {{ tpl .Values.config.springApplicationJson . | quote }}
----
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: {{ .Release.Name }}-clamp-filebeat-configmap
- namespace: {{ include "common.namespace" . }}
- labels:
- app: {{ include "common.name" . }}
- chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
- release: {{ .Release.Name }}
- heritage: {{ .Release.Service }}
-data:
-{{ tpl (.Files.Glob "resources/config/log/filebeat/*").AsConfig . | indent 2 }}