Skip to content

Commit

Permalink
Changed mount point.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Jul 25, 2024
1 parent 8e0f293 commit 3f750b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/cam-pipeline-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
ephemeral-storage: 10G
command: ["sh", "-c", "while true; echo 'alive'; do sleep 10; done"]
volumeMounts:
- mountPath: "/root"
- mountPath: "/data"
name: storage
restartPolicy: Never
volumes:
Expand Down

0 comments on commit 3f750b2

Please sign in to comment.