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:
|
||||
- name: nocodb
|
||||
image: nocodb
|
||||
env:
|
||||
- name: NC_DB_JSON
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: db-credentials-noco
|
||||
key: NC_DB_JSON
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: nocodb-config
|
||||
|
|
Loading…
Reference in a new issue