-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtest-local.yaml
More file actions
33 lines (33 loc) · 788 Bytes
/
test-local.yaml
File metadata and controls
33 lines (33 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: test
finalizers:
- resources-finalizer.argocd.argoproj.io/foreground
labels:
codefresh.io/product: my-product
annotations:
codefresh.io/product: api
spec:
project: default
destination:
name: in-cluster
namespace: dev
source:
path: resources
repoURL: https://github.com/eti-codefresh/guestbook-local.git
targetRevision: main
syncPolicy:
automated:
prune: false
selfHeal: false
allowEmpty: false
syncOptions:
- PrunePropagationPolicy=foreground
- Replace=false
- PruneLast=false
- Validate=true
- CreateNamespace=true
- ApplyOutOfSyncOnly=false
- ServerSideApply=true
- RespectIgnoreDifferences=false