File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : argoproj.io/v1alpha1
2
+ kind : Application
3
+ metadata :
4
+ name : simple-app
5
+ finalizers :
6
+ - resources-finalizer.argocd.argoproj.io/foreground
7
+ annotations :
8
+ codefresh.io/product : test-vitalii-product
9
+ spec :
10
+ project : default
11
+ destination :
12
+ name : in-cluster
13
+ namespace : default
14
+ source :
15
+ path : .
16
+ repoURL : https://github.com/vitalii-codefresh/simple-server.git
17
+ targetRevision : develop
18
+ syncPolicy :
19
+ automated :
20
+ prune : true
21
+ selfHeal : true
22
+ allowEmpty : false
23
+ syncOptions :
24
+ - PrunePropagationPolicy=foreground
25
+ - Replace=false
26
+ - PruneLast=false
27
+ - Validate=true
28
+ - CreateNamespace=false
29
+ - ApplyOutOfSyncOnly=false
30
+ - ServerSideApply=true
31
+ - RespectIgnoreDifferences=false
You can’t perform that action at this time.
0 commit comments