fix(temporal): Correct sync wave

This commit is contained in:
2026-06-18 14:06:26 +02:00
parent ae8686a77a
commit 0863d336b4
2 changed files with 10 additions and 0 deletions
@@ -3,6 +3,8 @@ kind: Cluster
metadata: metadata:
name: temporal-db name: temporal-db
namespace: temporal namespace: temporal
annotations:
argocd.argoproj.io/sync-wave: "-2"
spec: spec:
instances: 2 instances: 2
imageName: ghcr.io/cloudnative-pg/postgresql:18.1-system-trixie imageName: ghcr.io/cloudnative-pg/postgresql:18.1-system-trixie
@@ -19,6 +21,8 @@ kind: Database
metadata: metadata:
name: temporal-visibility name: temporal-visibility
namespace: temporal namespace: temporal
annotations:
argocd.argoproj.io/sync-wave: "-2"
spec: spec:
name: temporal_visibility name: temporal_visibility
owner: temporal owner: temporal
+6
View File
@@ -43,3 +43,9 @@ server:
web: web:
enabled: true enabled: true
# Ordering is via sync-waves: CNPG (-2) -> schema (-1) -> server (0).
schema:
useHelmHooks: false
jobAnnotations:
argocd.argoproj.io/sync-wave: "-1"