diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-07-30 10:28:46 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-08 13:42:41 -0700 |
commit | dd00f7941f8d0b4720e310ab3225b5f56d06bf1f (patch) | |
tree | 80d605cbdeeada2e7856a827849da7d696ee0f89 /kubernetes/robot/templates/configmap.yaml | |
parent | 3f56c825b4da4a2eb0b6bbdee4e985970324fa52 (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 'kubernetes/robot/templates/configmap.yaml')
-rw-r--r-- | kubernetes/robot/templates/configmap.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kubernetes/robot/templates/configmap.yaml b/kubernetes/robot/templates/configmap.yaml index e4096b0b06..6664c0d9a1 100644 --- a/kubernetes/robot/templates/configmap.yaml +++ b/kubernetes/robot/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 }} |