Skip to content

Commit a343f2b

Browse files
Added/Modified simple-app.yaml
1 parent b1bf3f1 commit a343f2b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

simple-app.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

0 commit comments

Comments
 (0)