From dd00f7941f8d0b4720e310ab3225b5f56d06bf1f Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Mon, 30 Jul 2018 10:28:46 -0700 Subject: Use VNF heat templates in the testsuite image Change to use the VNF templates already cloned inside the testsuite docker image intead of relying on an external copy. Also remove unnessary ConfigMaps and initContainers as a result of this change. Change-Id: Idedb48169e497d3485dcb89279d1ed5f3356105a Issue-ID: INT-605 Signed-off-by: Gary Wu --- kubernetes/robot/resources/config/authorization | 1 - 1 file changed, 1 deletion(-) delete mode 100755 kubernetes/robot/resources/config/authorization (limited to 'kubernetes/robot/resources/config/authorization') diff --git a/kubernetes/robot/resources/config/authorization b/kubernetes/robot/resources/config/authorization deleted file mode 100755 index 23b429e04e..0000000000 --- a/kubernetes/robot/resources/config/authorization +++ /dev/null @@ -1 +0,0 @@ -{{ .Values.config.lightHttpdUsername }}:{{ .Values.config.lightHttpdPassword }} -- cgit 1.2.3-korg