From c3d9a46f357d3b083c99ffeeb23abf6fad8b111a Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Mon, 30 Jul 2018 15:27:14 -0700 Subject: Refactor OOM robot changes into demo/testsuite Refactor OOM-specific robot overrides to make them generic to both HEAT and OOM; remove OOM-specific robot overrides to prevent dual-maintenance between OOM robot and HEAT robot. Change-Id: I0030d8978cdbd50a12400aaba2f21778745f0431 Issue-ID: INT-605 Signed-off-by: Gary Wu --- templates/configmap.yaml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'templates/configmap.yaml') diff --git a/templates/configmap.yaml b/templates/configmap.yaml index ab4a10b..e4096b0 100644 --- a/templates/configmap.yaml +++ b/templates/configmap.yaml @@ -22,14 +22,6 @@ data: --- apiVersion: v1 kind: ConfigMap -metadata: - name: {{ include "common.fullname" . }}-resources-configmap - namespace: {{ include "common.namespace" . }} -data: -{{ tpl (.Files.Glob "resources/config/robot/resources/*").AsConfig . | indent 2 }} ---- -apiVersion: v1 -kind: ConfigMap metadata: name: {{ include "common.fullname" . }}-lighttpd-authorization-configmap namespace: {{ include "common.namespace" . }} -- cgit 1.2.3-korg