summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-08 14:07:29 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-08 14:07:29 -0700
commit08986330f2c71e54ae28a0f0aeaeb5fbfc8cea94 (patch)
treede2bb173f6fb3709a156d0af1cfa7b4f404816fc
parentdd00f7941f8d0b4720e310ab3225b5f56d06bf1f (diff)
Bug fix on gerrit 58053 rebase.
An extraneous block of text in the robot configmap was left in during the rebase of gerrit 58053 patchset 3. This fixes the issue. Change-Id: I0a705720adfc3e40581b411329d194cda4588a48 Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--kubernetes/robot/templates/configmap.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/kubernetes/robot/templates/configmap.yaml b/kubernetes/robot/templates/configmap.yaml
index 6664c0d9a1..42579e16e4 100644
--- a/kubernetes/robot/templates/configmap.yaml
+++ b/kubernetes/robot/templates/configmap.yaml
@@ -19,7 +19,3 @@ metadata:
namespace: {{ include "common.namespace" . }}
data:
{{ tpl (.Files.Glob "resources/config/eteshare/config/*").AsConfig . | indent 2 }}
----
-apiVersion: v1
-kind: ConfigMap
-metadata: