mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Encode db-max-connections env var as a string in k8s manifest
This commit is contained in:
parent
ff1c7db38f
commit
e8b3d4e0fa
@ -81,7 +81,7 @@ spec:
|
||||
name: database
|
||||
key: url
|
||||
- name: DATABASE_MAX_CONNECTIONS
|
||||
value: ${DATABASE_MAX_CONNECTIONS}
|
||||
value: "${DATABASE_MAX_CONNECTIONS}"
|
||||
- name: API_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
Loading…
Reference in New Issue
Block a user