From c8fb5316ed2346a03ac9b7e466fd2ca7d901d866 Mon Sep 17 00:00:00 2001 From: Saqib Perwaiz Date: Tue, 6 Aug 2024 16:54:56 +0530 Subject: [PATCH] INFRA-3613 | Saqib | Updates mount path for oci-config file --- deployment_manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment_manifest.json b/deployment_manifest.json index dae66d60..c3102ccb 100644 --- a/deployment_manifest.json +++ b/deployment_manifest.json @@ -216,7 +216,7 @@ "mountSecrets": [ { "name": "oci-config", - "mountPath": "/mnt/oci-config" + "mountPath": "/home/non-root-user/.oci/config" }, { "name": "oci-config-key",