feat(noco): switch to new DB
All checks were successful
Renovate / renovate (push) Successful in 37s
All checks were successful
Renovate / renovate (push) Successful in 37s
This commit is contained in:
parent
1a12309a12
commit
cbd75e1400
2 changed files with 6 additions and 0 deletions
Binary file not shown.
|
@ -19,6 +19,12 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nocodb
|
- name: nocodb
|
||||||
image: nocodb
|
image: nocodb
|
||||||
|
env:
|
||||||
|
- name: NC_DB_JSON
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: db-credentials-noco
|
||||||
|
key: NC_DB_JSON
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: nocodb-config
|
name: nocodb-config
|
||||||
|
|
Loading…
Reference in a new issue