Skip to content

Commit

Permalink
fix: move secrets to back of of sync waves (#553)
Browse files Browse the repository at this point in the history
Co-authored-by: Claywd <[email protected]>
  • Loading branch information
claywd and claywd authored Aug 29, 2023
1 parent 714ec07 commit 72ed66f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion aws-github/cluster-types/mgmt/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: secrets
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '60'
argocd.argoproj.io/sync-wave: '120'
spec:
project: default
source:
Expand Down
2 changes: 1 addition & 1 deletion aws-gitlab/cluster-types/mgmt/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: secrets
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '60'
argocd.argoproj.io/sync-wave: '120'
spec:
project: default
source:
Expand Down
2 changes: 1 addition & 1 deletion civo-github/cluster-types/mgmt/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: secrets
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '60'
argocd.argoproj.io/sync-wave: '120'
spec:
project: default
source:
Expand Down
2 changes: 1 addition & 1 deletion civo-gitlab/cluster-types/mgmt/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: secrets
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '60'
argocd.argoproj.io/sync-wave: '120'
spec:
project: default
source:
Expand Down
2 changes: 1 addition & 1 deletion digitalocean-github/cluster-types/mgmt/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: secrets
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '60'
argocd.argoproj.io/sync-wave: '120'
spec:
project: default
source:
Expand Down
2 changes: 1 addition & 1 deletion digitalocean-gitlab/cluster-types/mgmt/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: secrets
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '60'
argocd.argoproj.io/sync-wave: '120'
spec:
project: default
source:
Expand Down
2 changes: 1 addition & 1 deletion gcp-github/cluster-types/mgmt/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: secrets
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '60'
argocd.argoproj.io/sync-wave: '120'
spec:
project: default
source:
Expand Down
2 changes: 1 addition & 1 deletion gcp-gitlab/cluster-types/mgmt/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: secrets
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '60'
argocd.argoproj.io/sync-wave: '120'
spec:
project: default
source:
Expand Down
2 changes: 1 addition & 1 deletion vultr-github/cluster-types/mgmt/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: secrets
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '60'
argocd.argoproj.io/sync-wave: '120'
spec:
project: default
source:
Expand Down
2 changes: 1 addition & 1 deletion vultr-gitlab/cluster-types/mgmt/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: secrets
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '60'
argocd.argoproj.io/sync-wave: '120'
spec:
project: default
source:
Expand Down

0 comments on commit 72ed66f

Please sign in to comment.