diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-05-08 14:22:13 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2018-05-08 16:27:16 -0400 |
commit | b35b5804c30e5592eef1e46afc6d06d27719a756 (patch) | |
tree | 649ec51e8c3a63e5271bea47030961cfec096467 /kubernetes/aaf/templates/configmap.yaml | |
parent | dd56858b505f0a8d35168ed423f7533fbfc6597d (diff) |
Remove AAF truststore files from configmap
Moved security-related files from the configmap to an
init container, to dramatically reduce the overall size
of the ONAP deployment configmap.
Change-Id: I5e1c176f14d2e010c69e6c1e86c487583ed18f59
Issue-ID: OOM-1061
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'kubernetes/aaf/templates/configmap.yaml')
-rw-r--r-- | kubernetes/aaf/templates/configmap.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kubernetes/aaf/templates/configmap.yaml b/kubernetes/aaf/templates/configmap.yaml index cfa57f7d99..9d21e057d6 100644 --- a/kubernetes/aaf/templates/configmap.yaml +++ b/kubernetes/aaf/templates/configmap.yaml @@ -23,14 +23,6 @@ data: apiVersion: v1 kind: ConfigMap metadata: - name: {{ .Release.Name }}-aaf-public - namespace: {{ include "common.namespace" . }} -data: -{{ tpl (.Files.Glob "resources/config/public/*").AsConfig . | indent 2 }} ---- -apiVersion: v1 -kind: ConfigMap -metadata: name: {{ .Release.Name }}-aaf-local namespace: {{ include "common.namespace" . }} data: |