You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/04/05 07:23:55 UTC

[skywalking-kubernetes] 01/01: Fix wrong `end` directive of `if` statement

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 6eb3fcea35cb348ff6f258be6aa0b565ac0fd0b4
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Mon Apr 5 15:23:47 2021 +0800

    Fix wrong `end` directive of `if` statement
---
 chart/skywalking/templates/es-init.job.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/skywalking/templates/es-init.job.yaml b/chart/skywalking/templates/es-init.job.yaml
index fd37625..2266b3c 100644
--- a/chart/skywalking/templates/es-init.job.yaml
+++ b/chart/skywalking/templates/es-init.job.yaml
@@ -90,7 +90,6 @@ spec:
         - name: {{ $key }}
           value: {{ $value | quote }}
         {{- end }}
-{{- end}}
         volumeMounts:
           {{- if (.Files.Glob "files/conf.d/oap/**") }}
             {{ range $path, $bytes := .Files.Glob "files/conf.d/oap/**" }}
@@ -105,3 +104,4 @@ spec:
           configMap:
             name: {{ template "skywalking.fullname" . }}-oap-cm-override
         {{- end }}
+{{- end}}