ensure sync waves are used (#18)

Signed-off-by: Manabu McCloskey <manabu.mccloskey@gmail.com>
This commit is contained in:
Manabu McCloskey 2024-07-16 11:22:07 -07:00 committed by GitHub
parent 137a12b8e6
commit fbf16aa8d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -3,6 +3,8 @@ kind: Deployment
metadata:
name: argo-server
namespace: argo
annotations:
argocd.argoproj.io/sync-wave: "20"
spec:
template:
spec:
@ -25,4 +27,4 @@ spec:
- "--loglevel"
- "info"
- "--log-format"
- "text"
- "text"

View file

@ -235,7 +235,7 @@ metadata:
name: backstage
namespace: backstage
annotations:
argocd.argoproj.io/sync-wave: "10"
argocd.argoproj.io/sync-wave: "20"
spec:
replicas: 1
selector:
@ -296,6 +296,8 @@ metadata:
app: postgresql
name: postgresql
namespace: backstage
annotations:
argocd.argoproj.io/sync-wave: "10"
spec:
replicas: 1
selector: