fix(tasktree): unify database authority across levels

This commit is contained in:
pikastech
2026-07-19 05:17:27 +02:00
parent a67baa4851
commit 5c3118f163
2 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ targets:
lane: production lane: production
namespace: hwlab-production namespace: hwlab-production
database: database:
sourceRef: hwlab/tasktree-production-nc01-db.env sourceRef: hwlab/tasktree-nc01-db.env
temporal: temporal:
taskQueue: hwlab-production-tasktree taskQueue: hwlab-production-tasktree
backup: backup:
+1 -7
View File
@@ -182,12 +182,6 @@ sources:
- DATABASE_URL - DATABASE_URL
createIfMissing: createIfMissing:
enabled: false enabled: false
- sourceRef: hwlab/tasktree-production-nc01-db.env
type: env
requiredKeys:
- DATABASE_URL
createIfMissing:
enabled: false
externalFiles: externalFiles:
- sourceRef: /root/.unidesk/.env/unified-admin-password.txt - sourceRef: /root/.unidesk/.env/unified-admin-password.txt
type: raw-file type: raw-file
@@ -540,7 +534,7 @@ kubernetesSecrets:
type: Opaque type: Opaque
namespace: hwlab-production namespace: hwlab-production
data: data:
- sourceRef: hwlab/tasktree-production-nc01-db.env - sourceRef: hwlab/tasktree-nc01-db.env
sourceKey: DATABASE_URL sourceKey: DATABASE_URL
targetKey: database-url targetKey: database-url
- name: hwlab-nc01-v03-opencode-server-auth - name: hwlab-nc01-v03-opencode-server-auth