File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-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-server
5
+ finalizers :
6
+ - resources-finalizer.argocd.argoproj.io/foreground
7
+ spec :
8
+ project : default
9
+ destination :
10
+ name : in-cluster
11
+ namespace : simple-server
12
+ source :
13
+ path : gitops/single-service
14
+ repoURL : https://github.com/vitalii-codefresh/simple-server.git
15
+ targetRevision : develop
16
+ syncPolicy :
17
+ automated :
18
+ prune : false
19
+ selfHeal : true
20
+ allowEmpty : false
21
+ syncOptions :
22
+ - PrunePropagationPolicy=background
23
+ - Replace=false
24
+ - PruneLast=false
25
+ - Validate=true
26
+ - CreateNamespace=true
27
+ - ApplyOutOfSyncOnly=false
28
+ - ServerSideApply=true
29
+ - RespectIgnoreDifferences=false
You can’t perform that action at this time.
0 commit comments