mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix(infra): Add missing quotes in helm values (#8193)
fix missing quotes
This commit is contained in:
@@ -85,7 +85,7 @@ env:
|
||||
NUM_NODE_WORKERS: 5
|
||||
REDIS_HOST: "redis-dev-master.redis-dev.svc.cluster.local"
|
||||
REDIS_PORT: "6379"
|
||||
BACKEND_CORS_ALLOW_ORIGINS: ["https://dev-builder.agpt.co"]
|
||||
BACKEND_CORS_ALLOW_ORIGINS: '["https://dev-builder.agpt.co"]'
|
||||
SUPABASE_SERVICE_ROLE_KEY: ""
|
||||
GITHUB_CLIENT_ID: ""
|
||||
GITHUB_CLIENT_SECRET: ""
|
||||
|
||||
Reference in New Issue
Block a user