Skip to content

Commit

Permalink
chore: removing temp token
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Aug 19, 2024
1 parent 58b92fc commit b183fd6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions database/openshift.legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ parameters:
- name: ORACLEDB_USER_W
description: Oracle database user name with write permission
required: true
- name: TEMP_TOKEN
description: Temporary token for deployment
required: true
- name: ORACLEDB_PASSWORD_W
description: Oracle database password with write permission
required: true
Expand All @@ -51,8 +48,7 @@ objects:
app: ${NAME}-${ZONE}
stringData:
oracle-user-write: ${ORACLEDB_USER_W}
oracle-password-write: ${ORACLEDB_PASSWORD_W}
temp-token: ${TEMP_TOKEN}
oracle-password-write: ${ORACLEDB_PASSWORD_W}
- kind: ImageStream
apiVersion: v1
metadata:
Expand Down

0 comments on commit b183fd6

Please sign in to comment.