Skip to content

Commit

Permalink
fix db user name
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Apr 18, 2024
1 parent 456a90e commit e047b12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ extraEnvVars: &envVars
- name: DATABASE_NAME
value: hyku-dev-hyrax
- name: DATABASE_USER
value: hyku-staging-hyrax
value: hyku-dev-hyrax
- name: DB_ADAPTER
value: postgresql
- name: DB_HOST
Expand All @@ -101,7 +101,7 @@ extraEnvVars: &envVars
- name: DB_PORT
value: "5432"
- name: DB_USER
value: hyku-staging-hyrax
value: hyku-dev-hyrax
- name: EXTERNAL_IIIF_URL
value: https://d3pg70bdc74ala.cloudfront.net/iiif/2
- name: FCREPO_BASE_PATH
Expand Down Expand Up @@ -303,7 +303,7 @@ solr:
externalFcrepoHost: fcrepo.default.svc.cluster.local
externalPostgresql:
host: acid-postgres-cluster-bravo.postgres.svc.cluster.local
username: hyku-staging-hyrax
username: hyku-dev-hyrax
password: $DATABASE_PASSWORD
database: hyku-dev-hyrax
externalSolrHost: solr.default.cluster.local
Expand Down

0 comments on commit e047b12

Please sign in to comment.