This commit is contained in:
2026-04-13 22:48:45 -04:00
parent dacfa9c1a3
commit d156883a9f
2 changed files with 5 additions and 4 deletions

View File

@@ -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 }}"