Skip to content

Commit

Permalink
Updating syncwaves
Browse files Browse the repository at this point in the history
  • Loading branch information
ricsanfre committed Jun 30, 2024
1 parent b72dded commit 65f37fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/infra/base/apps/cilium-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: cilium
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '20'
argocd.argoproj.io/sync-wave: '40'
spec:
destination:
namespace: kube-system
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: cilium-config
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '30'
argocd.argoproj.io/sync-wave: '50'
spec:
destination:
namespace: kube-system
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/infra/base/apps/nginx-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: nginx
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '60'
argocd.argoproj.io/sync-wave: '30'
spec:
destination:
namespace: nginx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: system-upgrade
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '50'
argocd.argoproj.io/sync-wave: '10'
spec:
destination:
namespace: system-upgrade
Expand Down

0 comments on commit 65f37fc

Please sign in to comment.