chore(gitops): align backend secret keys with single database config
This commit is contained in:
parent
2a2ed037fc
commit
ea0fae89d6
1 changed files with 5 additions and 0 deletions
|
|
@ -5,5 +5,10 @@ metadata:
|
||||||
namespace: nxtgauge
|
namespace: nxtgauge
|
||||||
type: Opaque
|
type: Opaque
|
||||||
stringData:
|
stringData:
|
||||||
|
DATABASE_HOST: "REPLACE_ME"
|
||||||
|
DATABASE_PORT: "5432"
|
||||||
|
DATABASE_USER: "REPLACE_ME"
|
||||||
|
DATABASE_PASSWORD: "REPLACE_ME"
|
||||||
|
DATABASE_NAME: "nxtgauge"
|
||||||
DATABASE_URL: "REPLACE_ME"
|
DATABASE_URL: "REPLACE_ME"
|
||||||
JWT_SECRET: "REPLACE_ME"
|
JWT_SECRET: "REPLACE_ME"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue