INFRA-3613 | Saqib | updates keys used in mount secret for oci related changes

This commit is contained in:
Saqib Perwaiz
2024-08-06 19:23:26 +05:30
parent c8fb5316ed
commit efecb6b44b

View File

@@ -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"
}
]
},