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/iframe_denied_test.html | |
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/iframe_denied_test.html')
-rw-r--r-- | kubernetes/aaf/resources/config/public/iframe_denied_test.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kubernetes/aaf/resources/config/public/iframe_denied_test.html b/kubernetes/aaf/resources/config/public/iframe_denied_test.html deleted file mode 100644 index 613e9c70c1..0000000000 --- a/kubernetes/aaf/resources/config/public/iframe_denied_test.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html> -<html> -<body> - -<iframe src="https://mithrilcsp.sbc.com:8095/gui/home"> - <p>Your browser does not support iframes.</p> -</iframe> - -</body> -</html> |