File tree Expand file tree Collapse file tree 4 files changed +43
-45
lines changed Expand file tree Collapse file tree 4 files changed +43
-45
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : argoproj.io/v1alpha1
2
- kind : Application
2
+ kind : ApplicationSet
3
3
metadata :
4
4
name : crossplane-system
5
5
namespace : argocd-system
6
6
spec :
7
- project : default
8
- source :
9
- repoURL : " git@github.com:wnqueiroz/platform-engineering-backstack.git"
10
- targetRevision : feature-argocd # TODO: change to main
11
- path : crossplane
12
- kustomize : {}
13
- destination :
14
- server : https://kubernetes.default.svc
15
- namespace : crossplane-system
16
- syncPolicy :
17
- automated :
18
- prune : true
19
- selfHeal : true
20
- syncOptions :
21
- - SyncWaveOrder=true
22
- retry :
23
- limit : 5
24
- backoff :
25
- duration : 5s
26
- factor : 2
27
- maxDuration : 1m
28
- ignoreDifferences :
29
- - group : " hooli.tech"
30
- kind : " XQueueClaim"
31
- jsonPointers :
32
- - " /metadata"
33
- - group : " hooli.tech"
34
- kind : " XQueue"
35
- jsonPointers :
36
- - " /metadata"
7
+ generators :
8
+ - list :
9
+ elements :
10
+ - name : providers
11
+ path : crossplane/providers
12
+ wave : " 0"
13
+ - name : providers-config
14
+ path : crossplane/providers-config
15
+ wave : " 1"
16
+ - name : functions
17
+ path : crossplane/functions
18
+ wave : " 2"
19
+ - name : compositions
20
+ path : crossplane/compositions/aws
21
+ wave : " 3"
22
+ - name : xrds
23
+ path : crossplane/xrds
24
+ wave : " 4"
25
+ - name : claims
26
+ path : crossplane/claims
27
+ wave : " 5"
28
+
29
+ template :
30
+ metadata :
31
+ name : crossplane-{{name}}
32
+ annotations :
33
+ argocd.argoproj.io/sync-wave : " {{wave}}"
34
+ spec :
35
+ project : default
36
+ source :
37
+ repoURL : git@github.com:wnqueiroz/platform-engineering-backstack.git
38
+ targetRevision : feature-argocd # TODO: change to main
39
+ path : " {{path}}"
40
+ directory :
41
+ recurse : true
42
+ destination :
43
+ server : https://kubernetes.default.svc
44
+ namespace : crossplane-system
45
+ syncPolicy :
46
+ automated :
47
+ prune : true
48
+ selfHeal : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ kind: ProviderConfig
5
5
metadata :
6
6
name : default
7
7
namespace : crossplane-system
8
- annotations :
9
- argocd.argoproj.io/sync-wave : " -1"
10
8
spec :
11
9
endpoint :
12
10
url :
Original file line number Diff line number Diff line change @@ -3,7 +3,5 @@ kind: Provider
3
3
metadata :
4
4
name : provider-aws-sqs
5
5
namespace : crossplane-system
6
- annotations :
7
- argocd.argoproj.io/sync-wave : " -2"
8
6
spec :
9
7
package : xpkg.upbound.io/upbound/provider-aws-sqs:v1.21.1
You can’t perform that action at this time.
0 commit comments