Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLOUD-1867 update datavirt-app-config secret to use new src location #305

Open
wants to merge 1 commit into
base: jdv-wip
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions secrets/datavirt-app-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ items:
ACCOUNTS_H2_NONXA=true
ACCOUNTS_H2_USERNAME=sa
ACCOUNTS_H2_PASSWORD=sa
ACCOUNTS_H2_URL="jdbc:h2:/home/jboss/source/data/databases/h2/accounts"
ACCOUNTS_H2_URL="jdbc:h2:/tmp/src/data/databases/h2/accounts"
# required, but unused...
ACCOUNTS_H2_SERVICE_HOST=dummy
ACCOUNTS_H2_SERVICE_PORT=12345
Expand All @@ -70,7 +70,7 @@ items:
ACCOUNTS_DERBY_TX_ISOLATION=TRANSACTION_READ_UNCOMMITTED
ACCOUNTS_DERBY_JTA=true
# Connection info for xa datasource
ACCOUNTS_DERBY_XA_CONNECTION_PROPERTY_DatabaseName=/home/jboss/source/data/databases/derby/accounts
ACCOUNTS_DERBY_XA_CONNECTION_PROPERTY_DatabaseName=/tmp/src/data/databases/derby/accounts
# _HOST and _PORT are required, but not used
ACCOUNTS_DERBY_SERVICE_HOST=dummy
ACCOUNTS_DERBY_SERVICE_PORT=1527
Expand Down Expand Up @@ -133,7 +133,7 @@ items:
MARKETDATA_MODULE_SLOT=main
MARKETDATA_CONNECTION_CLASS=org.teiid.resource.adapter.file.FileManagedConnectionFactory
MARKETDATA_CONNECTION_JNDI=java:/marketdata-file
MARKETDATA_PROPERTY_ParentDirectory='/home/jboss/source/data/teiidfiles/data'
MARKETDATA_PROPERTY_ParentDirectory='/tmp/src/data/teiidfiles/data'
MARKETDATA_PROPERTY_AllowParentPaths=true

# The "Excel" files.
Expand All @@ -143,7 +143,7 @@ items:
EXCEL_MODULE_ID=org.jboss.teiid.resource-adapter.file
EXCEL_CONNECTION_CLASS=org.teiid.resource.adapter.file.FileManagedConnectionFactory
EXCEL_CONNECTION_JNDI=java:/excel-file
EXCEL_PROPERTY_ParentDirectory='/home/jboss/source/data/teiidfiles/excelFiles/'
EXCEL_PROPERTY_ParentDirectory='/tmp/src/data/teiidfiles/excelFiles/'
EXCEL_PROPERTY_AllowParentPaths=true

# JDG configuration for materialization cache
Expand Down