feat(zipline): switch to new DB
All checks were successful
Renovate / renovate (push) Successful in 40s
All checks were successful
Renovate / renovate (push) Successful in 40s
This commit is contained in:
parent
7c29ecf46d
commit
cf85d6a35e
2 changed files with 6 additions and 0 deletions
Binary file not shown.
|
@ -16,6 +16,12 @@ spec:
|
|||
containers:
|
||||
- name: zipline
|
||||
image: zipline
|
||||
env:
|
||||
- name: CORE_DATABASE_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: db-credentials-zipline
|
||||
key: PQ_URL
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: zipline-config
|
||||
|
|
Loading…
Reference in a new issue