From efecb6b44b04ccffd9130c4e3aa12223a04e026a Mon Sep 17 00:00:00 2001 From: Saqib Perwaiz Date: Tue, 6 Aug 2024 19:23:26 +0530 Subject: [PATCH] INFRA-3613 | Saqib | updates keys used in mount secret for oci related changes --- deployment_manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment_manifest.json b/deployment_manifest.json index c3102ccb..069a3b7f 100644 --- a/deployment_manifest.json +++ b/deployment_manifest.json @@ -216,11 +216,11 @@ "mountSecrets": [ { "name": "oci-config", - "mountPath": "/home/non-root-user/.oci/config" + "path": "/home/non-root-user/.oci/config" }, { "name": "oci-config-key", - "mountPath": "/mnt/oci-config-key" + "path": "/mnt/oci-config-key" } ] },