Skip to content

Commit

Permalink
Merge pull request #685 from lsst-sqre/tickets/DM-26506
Browse files Browse the repository at this point in the history
[DM-26506] Fix options for cadc-tap-postgres
  • Loading branch information
rra authored Mar 11, 2022
2 parents 7391159 + b9db137 commit d9e9223
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/cadc-tap-postgres/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ home: https://github.com/lsst-sqre/tap-postgres
name: cadc-tap-postgres
maintainers:
- name: cbanek
version: 0.2.1
version: 0.2.2
2 changes: 1 addition & 1 deletion charts/cadc-tap-postgres/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cadc-tap-postgres

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 1.1](https://img.shields.io/badge/AppVersion-1.1-informational?style=flat-square)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![AppVersion: 1.1](https://img.shields.io/badge/AppVersion-1.1-informational?style=flat-square)

CADC TAP PostgresSQL service, used for ObsTAP

Expand Down
4 changes: 2 additions & 2 deletions charts/cadc-tap-postgres/templates/tap-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ spec:
-Duws.jdbc.driverClassName=org.postgresql.Driver
-Duws.url=jdbc:postgresql://{{ template "cadc-tap-postgres.fullname" . }}-uws-db/
-Dgcs_bucket={{ .Values.config.gcsBucket }}
-Dgcs_bucket_url={{ .Values.gcsBucketUrl }}
-Dca.nrc.cadc.util.PropertiesReader.dir=/etc/creds/"
-Dgcs_bucket_url={{ .Values.config.gcsBucketUrl }}
-Dca.nrc.cadc.util.PropertiesReader.dir=/etc/creds/
- name: "GOOGLE_APPLICATION_CREDENTIALS"
value: "/etc/creds/google_creds.json"
ports:
Expand Down

0 comments on commit d9e9223

Please sign in to comment.