From 1773485604da37a757374f583c16c86879a95382 Mon Sep 17 00:00:00 2001 From: amitpandey Date: Tue, 19 May 2026 20:02:53 +0530 Subject: [PATCH] [MASCORE-14178] - update secret path fix for ssp --- .../templates/00-presync-create-db2-rds-user-Job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instance-applications/130-ibm-jdbc-config/templates/00-presync-create-db2-rds-user-Job.yaml b/instance-applications/130-ibm-jdbc-config/templates/00-presync-create-db2-rds-user-Job.yaml index 6678736fc..edb38857f 100644 --- a/instance-applications/130-ibm-jdbc-config/templates/00-presync-create-db2-rds-user-Job.yaml +++ b/instance-applications/130-ibm-jdbc-config/templates/00-presync-create-db2-rds-user-Job.yaml @@ -437,7 +437,7 @@ spec: # Determine the secret path based on app_type if [ "${app_type}" = "rds-ssp" ]; then - SECRET_PATH="${ACCOUNT_ID}/${CLUSTER_ID}/${MAS_INSTANCE_ID}/db2rds-ssp/credentials" + SECRET_PATH="${ACCOUNT_ID}/${CLUSTER_ID}/${MAS_INSTANCE_ID}/db2rds-ssp/${MAS_APP_ID}/credentials" else SECRET_PATH="${ACCOUNT_ID}/${CLUSTER_ID}/${MAS_INSTANCE_ID}/jdbc/rds-${MAS_INSTANCE_ID}-${app_type}/credentials" fi