From 3f750b2c1a597c1b532750776bbf2cc92c5c4937 Mon Sep 17 00:00:00 2001 From: Gaurav Vaidya Date: Thu, 25 Jul 2024 17:36:08 -0400 Subject: [PATCH] Changed mount point. --- kubernetes/cam-pipeline-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/cam-pipeline-build.yaml b/kubernetes/cam-pipeline-build.yaml index 98099a0..7acd5a0 100644 --- a/kubernetes/cam-pipeline-build.yaml +++ b/kubernetes/cam-pipeline-build.yaml @@ -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: