Skip to content

Commit ebfb395

Browse files
authored
#DBACLD-150939 change keytool-initcontainer password
1 parent de90435 commit ebfb395

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common/script/updateDatasource.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ then
7171
then
7272
ORACLE_TRUSTSTORE_PASSWORD=$TRUSTSTORE_PASSWORD
7373
fi
74-
if [ -n "$ROOTCA_KEYSTORE_PASSWORD" ] || [ -f /config/secrets/dba-password ]
74+
if [ -n "$ROOTCA_KEYSTORE_PASSWORD" ] || [ -f /config/secrets/dba-password/keystorePassword ]
7575
then
7676
# Set env var if secrets are passed using mounted volumes
77-
[ -f /config/secrets/dba-password ] && export ROOTCA_KEYSTORE_PASSWORD=$(cat /config/secrets/dba-password)
77+
[ -f /config/secrets/dba-password/keystorePassword ] && export ROOTCA_KEYSTORE_PASSWORD=$(cat /config/secrets/dba-password/keystorePassword)
7878
echo "ORACLE SSL : change default keystore password with provided Root CA keystore password"
7979
ORACLE_TRUSTSTORE_PASSWORD=$ROOTCA_KEYSTORE_PASSWORD
8080
fi

0 commit comments

Comments
 (0)