summaryrefslogtreecommitdiffstats
path: root/templates/configmap.yaml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-07-30 10:28:46 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-08 13:42:41 -0700
commit6344b1083e82c2d3e523e2407275a0aec1330f3d (patch)
treef3bff32a0b6eb9824fc1c0705d821e0837488c8d /templates/configmap.yaml
parentcf21a17719cd8f02b6ecd68abc2bced02d071af9 (diff)
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 <gary.i.wu@huawei.com>
Diffstat (limited to 'templates/configmap.yaml')
-rw-r--r--templates/configmap.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/configmap.yaml b/templates/configmap.yaml
index e4096b0..6664c0d 100644
--- a/templates/configmap.yaml
+++ b/templates/configmap.yaml
@@ -23,7 +23,3 @@ data:
apiVersion: v1
kind: ConfigMap
metadata:
- name: {{ include "common.fullname" . }}-lighttpd-authorization-configmap
- namespace: {{ include "common.namespace" . }}
-data:
-{{ tpl (.Files.Glob "resources/config/authorization").AsConfig . | indent 2 }}