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/resources/config/public/README.txt | |
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/resources/config/public/README.txt')
-rw-r--r-- | kubernetes/aaf/resources/config/public/README.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/aaf/resources/config/public/README.txt b/kubernetes/aaf/resources/config/public/README.txt new file mode 100644 index 0000000000..48aaa96feb --- /dev/null +++ b/kubernetes/aaf/resources/config/public/README.txt @@ -0,0 +1 @@ +Public directory left empty on purpose. Content of https://gerrit.onap.org/r/gitweb?p=aaf/authz.git;a=tree;f=auth/sample/public;h=1b387b7858134f80446f006b6d570fa534da3153;hb=refs/heads/master is cloned and mounted into AAF container volume via init container. This is done to dramatically reduce the size of configuration that was being put into a configmap that was exceeding helm configmap limit of 1MB per deployment. |