-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-apps.yaml
50 lines (50 loc) · 1.3 KB
/
app-apps.yaml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kargo-demo-test
namespace: argocd
annotations:
kargo.akuity.io/authorized-stage: kargo-demo-kustomize-stages:test
spec:
project: default
source:
repoURL: https://github.com/baloise-incubator/kargo-demo-kustomize.git
targetRevision: stage/test
path: stages/test
destination:
server: https://kubernetes.default.svc
namespace: kargo-demo-test
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kargo-demo-uat
namespace: argocd
annotations:
kargo.akuity.io/authorized-stage: kargo-demo-kustomize-stages:uat
spec:
project: default
source:
repoURL: https://github.com/baloise-incubator/kargo-demo-kustomize.git
targetRevision: stage/uat
path: stages/uat
destination:
server: https://kubernetes.default.svc
namespace: kargo-demo-uat
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kargo-demo-prod
namespace: argocd
annotations:
kargo.akuity.io/authorized-stage: kargo-demo-kustomize-stages:prod
spec:
project: default
source:
repoURL: https://github.com/baloise-incubator/kargo-demo-kustomize.git
targetRevision: stage/prod
path: stages/prod
destination:
server: https://kubernetes.default.svc
namespace: kargo-demo-prod