mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix wrong secret references
This commit is contained in:
parent
da94d0b3a0
commit
1e35278d8c
@ -51,7 +51,7 @@
|
||||
- name: JWT_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: secret
|
||||
name: human-connection
|
||||
key: JWT_SECRET
|
||||
optional: false
|
||||
- name: NEO4J_URI
|
||||
|
||||
@ -36,7 +36,7 @@ spec:
|
||||
- name: JWT_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: secret
|
||||
name: human-connection
|
||||
key: JWT_SECRET
|
||||
optional: false
|
||||
image: humanconnection/nitro-web:latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user