We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5292786 commit 9a0da8dCopy full SHA for 9a0da8d
helm/charts/obaas-sample-app/templates/deployment.yaml
@@ -95,6 +95,8 @@ spec:
95
secretKeyRef:
96
name: {{ $.Values.obaas.database.credentialsSecret }}
97
key: db.lb_password
98
+ - name: LIQUIBASE_DATASOURCE_URL
99
+ value: "jdbc:oracle:thin:@${SPRING_DB_SERVICE}?TNS_ADMIN=/oracle/tnsadmin"
100
- name: SPRING_DB_SERVICE
101
valueFrom:
102
0 commit comments