From fe2fee11697294eb500cd45673270dd00dae4b0d Mon Sep 17 00:00:00 2001 From: Mandeep Khinda <mandeep.khinda@amdocs.com> Date: Mon, 9 Apr 2018 21:09:51 +0000 Subject: Removing aai oxm files from configmaps -they have no parameterization, are huge files, and are breaching the configmap space removing them and finding an alternate way of getting them into the containers if they need to be externalized that can be done in a separate issue. for now emptyDir{} is good enough. Issue-ID: OOM-858 Change-Id: I05602302890dd3e0363dc355f1697b76fea509a1 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> --- charts/aai-sparky-be/templates/configmap.yaml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'charts/aai-sparky-be/templates/configmap.yaml') diff --git a/charts/aai-sparky-be/templates/configmap.yaml b/charts/aai-sparky-be/templates/configmap.yaml index 68fa1e4..d827c4e 100644 --- a/charts/aai-sparky-be/templates/configmap.yaml +++ b/charts/aai-sparky-be/templates/configmap.yaml @@ -8,14 +8,6 @@ data: --- apiVersion: v1 kind: ConfigMap -metadata: - name: {{ include "common.fullname" . }}-model - namespace: {{ include "common.namespace" . }} -data: -{{ tpl (.Files.Glob "resources/config/model/*").AsConfig . | indent 2 }} ---- -apiVersion: v1 -kind: ConfigMap metadata: name: {{ include "common.fullname" . }}-portal namespace: {{ include "common.namespace" . }} -- cgit