Skip to content

Commit

Permalink
Remove knowledge of SSL database connections #3248
Browse files Browse the repository at this point in the history
  • Loading branch information
erkannt committed May 17, 2024
1 parent ab77ad2 commit e553608
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion helm/sciety/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: sciety
description: Sciety.org publish-review-curate application
type: application
home: https://github.com/sciety/sciety
version: 0.4.0
version: 0.5.0
appVersion: latest
dependencies: []
2 changes: 0 additions & 2 deletions helm/sciety/templates/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ spec:
secretKeyRef:
name: "{{ .Values.postgresqlSecretName }}"
key: postgresql-port
- name: PGSSLMODE
value: {{ .Values.pgSslMode }}
- name: AUTH0_CLIENT_ID
value: {{ .Values.auth0ClientId }}
- name: AUTH0_CLIENT_SECRET
Expand Down
1 change: 0 additions & 1 deletion helm/sciety/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ ingestionAuthBearerToken:
healthchecksPingKey:
enableEventsExportToS3: "true"
certManagerClusterIssuer: "letsencrypt"
pgSslMode: "allow"

0 comments on commit e553608

Please sign in to comment.