Skip to content

Commit

Permalink
Update oracle-api template
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 15, 2024
1 parent 6eeb212 commit f6d9b0c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion oracle-api/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,13 @@ objects:
claimName: ${NAME}-${ZONE}-${COMPONENT}
initContainers:
- name: ${NAME}-${ZONE}-${COMPONENT}-init
image: ${REGISTRY}/${ORG}/${NAME}/common:${TAG}
command:
- /bin/sh
- -c
- |
cd /app
./install_cert.sh
image: ${REGISTRY}/${ORG}/${NAME}/${COMPONENT}:${TAG}
imagePullPolicy: Always
env:
- name: DATABASE_HOST
Expand Down

0 comments on commit f6d9b0c

Please sign in to comment.