Skip to content

Commit

Permalink
Include env in api pod
Browse files Browse the repository at this point in the history
  • Loading branch information
dgboss committed Jan 31, 2025
1 parent ffc2a0c commit 6abccb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openshift/templates/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,11 @@ objects:
secretKeyRef:
name: ${GLOBAL_NAME}
key: object-store-bucket
- name: CLASSIFIED_TPI_DEM_NAME
valueFrom:
configMapKeyRef:
name: ${GLOBAL_NAME}
key: env.classified_tpi_dem_name
- name: REDIS_HOST
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 6abccb8

Please sign in to comment.