Expose the SESSION_SECRET environment variable
This commit is contained in:
parent
c8372cec1c
commit
702478f84d
@ -22,3 +22,9 @@ spec:
|
||||
ports:
|
||||
- name: web
|
||||
containerPort: 4567
|
||||
env:
|
||||
- name: SESSION_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: toy-session-secret
|
||||
key: toy-session-secret
|
||||
|
Loading…
Reference in New Issue
Block a user