mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #9 from Human-Connection/fix-secret-references
Fix wrong secret references
This commit is contained in:
commit
32afabb1b2
@ -51,7 +51,7 @@
|
|||||||
- name: JWT_SECRET
|
- name: JWT_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: secret
|
name: human-connection
|
||||||
key: JWT_SECRET
|
key: JWT_SECRET
|
||||||
optional: false
|
optional: false
|
||||||
- name: NEO4J_URI
|
- name: NEO4J_URI
|
||||||
|
|||||||
@ -36,7 +36,7 @@ spec:
|
|||||||
- name: JWT_SECRET
|
- name: JWT_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: secret
|
name: human-connection
|
||||||
key: JWT_SECRET
|
key: JWT_SECRET
|
||||||
optional: false
|
optional: false
|
||||||
image: humanconnection/nitro-web:latest
|
image: humanconnection/nitro-web:latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user