Skip to content

Commit

Permalink
chore(ci): more password revisions (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jul 8, 2024
1 parent 30e6caf commit db0a546
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sync/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ objects:
secretKeyRef:
name: ${REPO}-${ZONE}-oracle-api
key: oracle-host
- name: ORACLE_PASSWORD
- name: ORACLE_SYNC_PASSWORD
valueFrom:
secretKeyRef:
name: ${REPO}-${ZONE}-oracle-api
key: oracle-password
key: oracle-sync-password
- name: ORACLE_PORT
valueFrom:
secretKeyRef:
Expand All @@ -102,11 +102,11 @@ objects:
secretKeyRef:
name: ${REPO}-${ZONE}-oracle-api
key: oracle-service
- name: ORACLE_USER
- name: ORACLE_SYNC_USER
valueFrom:
secretKeyRef:
name: ${REPO}-${ZONE}-oracle-api
key: oracle-user
key: oracle-sync-user
- name: POSTGRES_HOST
value: ${REPO}-${ZONE}-database
- name: POSTGRES_DB
Expand Down

0 comments on commit db0a546

Please sign in to comment.