Skip to content

Commit

Permalink
Update django secret object name from init deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Dec 13, 2024
1 parent 7a5bc1b commit 90ec0ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,21 +185,21 @@ objects:
protocol: TCP
env:
- name: DATABASE_SERVICE_NAME
value: ${REPO}-${ZONE}-database
value: ${REPO}-database-${ZONE}
- name: DATABASE_NAME
valueFrom:
secretKeyRef:
name: ${REPO}-${ZONE}-database
name: ${REPO}-database-${ZONE}
key: database-name
- name: DATABASE_USER
valueFrom:
secretKeyRef:
name: ${REPO}-${ZONE}-database
name: ${REPO}-database-${ZONE}
key: database-user
- name: DATABASE_PASSWORD
valueFrom:
secretKeyRef:
name: ${REPO}-${ZONE}-database
name: ${REPO}-database-${ZONE}
key: database-password
- name: DATABASE_SCHEMA
value: public
Expand Down

0 comments on commit 90ec0ae

Please sign in to comment.