Skip to content

Commit

Permalink
Fix indentation in javaweb-2.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ldx committed Sep 18, 2018
1 parent e3c0e94 commit 724fd94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions staging/javaweb-tomcat-sidecar/javaweb-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ spec:
initContainers:
- image: resouer/sample:v2
name: war
command:
- "cp"
- "/sample.war"
- "/app"
command:
- "cp"
- "/sample.war"
- "/app"
volumeMounts:
- mountPath: /app
name: app-volume
Expand Down

0 comments on commit 724fd94

Please sign in to comment.