Skip to content

Commit

Permalink
Merge pull request #85 from UCLALibrary/fix-errors
Browse files Browse the repository at this point in the history
Fix pointer to secrets
  • Loading branch information
cachemeoutside authored Nov 17, 2023
2 parents b67b225 + b735c88 commit 8780d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/prod-oralhistory-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ solr:
secretKeys:
adminPasswordKey: SOLR_ADMIN_PASSWORD
userPasswordKey: SOLR_ADMIN_PASSWORD
existingSecret: oral-history-externalsecret
existingSecret: oral-history-secrets
persistence:
enabled: true
storageClass: "vsphere-csi-sc"
Expand All @@ -44,7 +44,7 @@ postgresql:
secretKeys:
adminPasswordKey: POSTGRES_PASSWORD
userPasswordKey: POSTGRES_PASSWORD
existingSecret: oral-history-externalsecret
existingSecret: oral-history-secrets
service:
ports:
postgresql: 5432
Expand Down

0 comments on commit 8780d5b

Please sign in to comment.