Skip to content

Commit

Permalink
Access rights again
Browse files Browse the repository at this point in the history
  • Loading branch information
jastBytes committed Dec 10, 2020
1 parent 29e1504 commit 5e07480
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/dex/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: dex
version: 1.0.13
version: 1.0.14
appVersion: 2.25.0
description: A federated OpenID Connect provider
keywords:
Expand Down
6 changes: 3 additions & 3 deletions charts/dex/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ spec:
items:
- key: ca.crt
path: postgres.ca
mode: 0420
mode: 0600
- key: tls.crt
path: client.crt
mode: 0420
mode: 0600
- key: tls.key
path: client.key
mode: 0420
mode: 0600
{{- end }}
{{- if .Values.https }}
- name: https-tls
Expand Down

0 comments on commit 5e07480

Please sign in to comment.