-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtest-prod-local.yaml
More file actions
33 lines (33 loc) · 815 Bytes
/
test-prod-local.yaml
File metadata and controls
33 lines (33 loc) · 815 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-prod-local
finalizers:
- resources-finalizer.argocd.argoproj.io/foreground
labels:
codefresh.io/product: my-product
annotations:
codefresh.io/product: my-product
spec:
project: default
destination:
name: in-cluster
namespace: production
source:
path: resources-prod
repoURL: https://github.com/eti-codefresh/guestbook-local.git
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- PrunePropagationPolicy=foreground
- Replace=false
- PruneLast=true
- Validate=true
- CreateNamespace=true
- ApplyOutOfSyncOnly=false
- ServerSideApply=true
- RespectIgnoreDifferences=false