Skip to content

Commit

Permalink
Merge pull request #643 from esune/fix/missing-volume-mount
Browse files Browse the repository at this point in the history
Fix session timeout volume mount type
  • Loading branch information
esune authored Sep 28, 2024
2 parents 1c4c67f + 52c8202 commit 67b7928
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/vc-authn-oidc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ spec:
secretName: {{ include "vc-authn-oidc.token.secretName" . }}
defaultMode: 256
- name: auth-session-ttl
secret:
secretName: {{ include "global.fullname" . }}-session-timeout
defaultMode: 256
configMap:
name: {{ include "global.fullname" . }}-session-timeout
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand Down

0 comments on commit 67b7928

Please sign in to comment.