feat(noco): switch to new DB
All checks were successful
Renovate / renovate (push) Successful in 37s

This commit is contained in:
Peter 2024-08-15 15:43:01 +02:00
parent 1a12309a12
commit cbd75e1400
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View file

@ -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