fix(temporal): provision schema via CNPG temporal_visibility Database CR + enable chart schema setup/update jobs — both DBs had zero tables so server died on 'no usable database connection'

This commit is contained in:
Story Crater Bot
2026-07-21 21:09:03 -07:00
parent 616660cebe
commit 46ec0caf5d
3 changed files with 20 additions and 8 deletions
+1
View File
@@ -16,5 +16,6 @@ resources:
- forgejo-database.yaml
- authentik-database.yaml
- temporal-database.yaml
- temporal-visibility-database.yaml
# db-role-secrets.enc.yaml is applied out-of-band (SOPS-encrypted, bootstrap) —
# NOT listed here, or the data-schemas ArgoCD app would fail on the ciphertext.
@@ -0,0 +1,10 @@
apiVersion: postgresql.cnpg.io/v1
kind: Database
metadata:
name: temporal-visibility
namespace: ddb
spec:
name: temporal_visibility
owner: temporal
cluster:
name: ddb-cluster