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 : server
5
+ finalizers :
6
+ - resources-finalizer.argocd.argoproj.io/foreground
7
+ spec :
8
+ project : default
9
+ source :
10
+ path : gitops/single-service
11
+ repoURL : https://github.com/vitalii-codefresh/simple-server.git
12
+ targetRevision : develop
13
+ destination :
14
+ name : in-cluster
15
+ namespace : server-ns
16
+ syncPolicy :
17
+ automated :
18
+ prune : true
19
+ selfHeal : true
20
+ allowEmpty : false
21
+ syncOptions :
22
+ - PrunePropagationPolicy=foreground
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