Skip to content

Commit 4c684b8

Browse files
Added/Modified some-app.yaml
1 parent a485018 commit 4c684b8

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

some-app.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: some-app
5+
finalizers:
6+
- resources-finalizer.argocd.argoproj.io/foreground
7+
spec:
8+
project: default
9+
destination:
10+
name: in-cluster
11+
namespace: some-ns
12+
source:
13+
path: .
14+
repoURL: https://github.com/vitalii-codefresh/simple-server.git
15+
targetRevision: develop
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=false
27+
- ApplyOutOfSyncOnly=false
28+
- ServerSideApply=true
29+
- RespectIgnoreDifferences=false

0 commit comments

Comments
 (0)