Skip to content

Commit

Permalink
ensure sync waves are used (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Manabu McCloskey <[email protected]>
  • Loading branch information
nabuskey authored Jul 16, 2024
1 parent 137a12b commit fbf16aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Deployment
metadata:
name: argo-server
namespace: argo
annotations:
argocd.argoproj.io/sync-wave: "20"
spec:
template:
spec:
Expand All @@ -25,4 +27,4 @@ spec:
- "--loglevel"
- "info"
- "--log-format"
- "text"
- "text"
4 changes: 3 additions & 1 deletion ref-implementation/backstage/manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -296,6 +296,8 @@ metadata:
app: postgresql
name: postgresql
namespace: backstage
annotations:
argocd.argoproj.io/sync-wave: "10"
spec:
replicas: 1
selector:
Expand Down

0 comments on commit fbf16aa

Please sign in to comment.