diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-08 14:07:29 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-08 14:07:29 -0700 |
commit | 08986330f2c71e54ae28a0f0aeaeb5fbfc8cea94 (patch) | |
tree | de2bb173f6fb3709a156d0af1cfa7b4f404816fc /kubernetes/robot/templates/configmap.yaml | |
parent | dd00f7941f8d0b4720e310ab3225b5f56d06bf1f (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>
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 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: |