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