Skip to content

Commit

Permalink
argocd should get synced first
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinlercher authored May 5, 2024
1 parent ab23e6a commit 7f2804e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion platform-apps/target-type/k3d/argocd-app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
annotations:
argocd.argoproj.io/sync-wave: "-2"
name: argocd
namespace: argocd
finalizers:
Expand All @@ -22,4 +24,4 @@ spec:
prune: true
selfHeal: true
syncOptions:
- Replace=true
- Replace=true

0 comments on commit 7f2804e

Please sign in to comment.