Skip to content

Commit

Permalink
try with hard coded var
Browse files Browse the repository at this point in the history
  • Loading branch information
jaise-aot committed Oct 27, 2023
1 parent 61ed7b3 commit 02469ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/templates/etl/debezium-jdbc-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ objects:
dockerfilePath: "${DOCKER_FILE_PATH}"
env:
- name: "DEBEZIUM_VERSION"
value: ${DEBEZIUM_VERSION}
value: "${DEBEZIUM_VERSION}"
- name: "ORACLE_JDBC_VERSION"
value: "${ORACLE_JDBC_VERSION}"
- name: "ORACLE_JDBC_MD5"
Expand Down Expand Up @@ -75,7 +75,7 @@ parameters:
displayName: Debezium Version
description: Debezium image version.
required: false
value: 1.9
value: "1.9"
- name: ORACLE_JDBC_VERSION
displayName: Oracle JDBC Version
description: Oracle JDBC Version.
Expand Down

0 comments on commit 02469ee

Please sign in to comment.