refer to the session secret using the application name prefix
This commit is contained in:
@ -22,7 +22,7 @@ spec:
|
||||
- name: sinatra-web
|
||||
containerPort: 4567
|
||||
env:
|
||||
- name: SESSION_SECRET
|
||||
- name: KUBERNAUT_SESSION_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: kubernaut
|
||||
|
Reference in New Issue
Block a user