Skip to content

Commit

Permalink
chore: fix template typos. (#4518)
Browse files Browse the repository at this point in the history
Signed-off-by: yy <lingdie.yy@outlook.com>
  • Loading branch information
lingdie committed Feb 2, 2024
1 parent 53631c6 commit deb1491
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/providers/template/deploy/manifests/deploy.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
labels:
app: template-frontend
spec:
initContainers:
initContainers:
- command:
- sh
- -c
Expand All @@ -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:
Expand Down

0 comments on commit deb1491

Please sign in to comment.