fix(temporal): Correct sync wave
This commit is contained in:
@@ -3,6 +3,8 @@ kind: Cluster
|
||||
metadata:
|
||||
name: temporal-db
|
||||
namespace: temporal
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "-2"
|
||||
spec:
|
||||
instances: 2
|
||||
imageName: ghcr.io/cloudnative-pg/postgresql:18.1-system-trixie
|
||||
@@ -19,6 +21,8 @@ kind: Database
|
||||
metadata:
|
||||
name: temporal-visibility
|
||||
namespace: temporal
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "-2"
|
||||
spec:
|
||||
name: temporal_visibility
|
||||
owner: temporal
|
||||
|
||||
@@ -43,3 +43,9 @@ server:
|
||||
|
||||
web:
|
||||
enabled: true
|
||||
|
||||
# Ordering is via sync-waves: CNPG (-2) -> schema (-1) -> server (0).
|
||||
schema:
|
||||
useHelmHooks: false
|
||||
jobAnnotations:
|
||||
argocd.argoproj.io/sync-wave: "-1"
|
||||
|
||||
Reference in New Issue
Block a user