Skip to content

Commit

Permalink
Merge pull request #79 from UCLALibrary/argocd-integration
Browse files Browse the repository at this point in the history
Pass postgres password in container environment
  • Loading branch information
jhriv authored Oct 31, 2023
2 parents ddb8798 + 0860cc1 commit e8654a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/prod-oralhistory-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ web:
SOLR_URL: http://solr:8983/solr/blacklight-core
POSTGRES_DB: oral_history
POSTGRES_HOST: postgres
POSTGRES_PASSWORD: '{{ .Values.externalSecrets.env.databasePassword }}'
POSTGRES_USER: postgres
DEPLOY_HOOK: CHANGEME
DOCKER_PORTS: 80
Expand Down

0 comments on commit e8654a0

Please sign in to comment.