Expose the SESSION_SECRET environment variable
All checks were successful
Gitea Actions Demo / release-image (push) Successful in 1m2s

This commit is contained in:
Ryan Cavicchioni 2024-07-05 15:16:40 -05:00
parent c8372cec1c
commit 702478f84d
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -22,3 +22,9 @@ spec:
ports:
- name: web
containerPort: 4567
env:
- name: SESSION_SECRET
valueFrom:
secretKeyRef:
name: toy-session-secret
key: toy-session-secret