From deb14917eb7037acb9a8584a86e3f27498c5b5c7 Mon Sep 17 00:00:00 2001 From: yy <56745951+lingdie@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:29:37 +0800 Subject: [PATCH] chore: fix template typos. (#4518) Signed-off-by: yy --- .../providers/template/deploy/manifests/deploy.yaml.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/providers/template/deploy/manifests/deploy.yaml.tmpl b/frontend/providers/template/deploy/manifests/deploy.yaml.tmpl index 17c8b32d594..9118097fe9d 100644 --- a/frontend/providers/template/deploy/manifests/deploy.yaml.tmpl +++ b/frontend/providers/template/deploy/manifests/deploy.yaml.tmpl @@ -33,7 +33,7 @@ spec: labels: app: template-frontend spec: - initContainers: + initContainers: - command: - sh - -c @@ -42,8 +42,8 @@ spec: imagePullPolicy: Always name: template-frontend-init volumeMounts: - - mountPath: /template-data - name: template-data + - mountPath: /template-data + name: template-data containers: - name: template-frontend resources: