bugfix
This commit is contained in:
@@ -8,6 +8,10 @@ stringData:
|
||||
secrets.yaml: |
|
||||
# Gateway Secrets (production)
|
||||
|
||||
# Database
|
||||
database:
|
||||
url: "postgresql://postgres:{{ op://AI Prod/PostgreSQL/password }}@postgres:5432/iceberg"
|
||||
|
||||
# Authentication secret for JWT signing
|
||||
auth:
|
||||
secret: "{{ op://AI Prod/Gateway/jwt_secret }}"
|
||||
|
||||
Reference in New Issue
Block a user