fix(temporal): provision schema via CNPG temporal_visibility DB + drop mysql-only tx_isolation param
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user