Skip to content

Commit 726d25d

Browse files
committed
work-around issue lib/pq#1257
that comes from Dex's usage of lib/pq. Signed-off-by: Taylor Silva <dev@taydev.net>
1 parent c33cb9b commit 726d25d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

templates/web-deployment.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,10 @@ spec:
17061706
- name: postgresql-keys
17071707
secret:
17081708
secretName: {{ template "concourse.web.fullname" . }}
1709-
defaultMode: 0400
1709+
# Has to be 0600 for now. Can revert back to 0400 once
1710+
# https://github.com/lib/pq/issues/1257 is resolved and Dex
1711+
# upgrades to a new version with the fixed lib/pq release
1712+
defaultMode: 0600
17101713
items:
17111714
- key: postgresql-ca-cert
17121715
path: ca.cert

0 commit comments

Comments
 (0)