forked from gm2552/acme-fitness-tap-tsm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cluster01Deliverables.yaml
95 lines (94 loc) · 2.94 KB
/
cluster01Deliverables.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
#@ load("@ytt:data", "data")
---
apiVersion: carto.run/v1alpha1
kind: Deliverable
metadata:
creationTimestamp: "2022-09-15T19:11:05Z"
generation: 1
labels:
app.kubernetes.io/component: deliverable
app.kubernetes.io/part-of: acme-fitness-store
app.tanzu.vmware.com/deliverable-type: web
apps.tanzu.vmware.com/workload-type: server
carto.run/cluster-template-name: deliverable-template
carto.run/resource-name: deliverable
carto.run/supply-chain-name: source-to-url
carto.run/template-kind: ClusterTemplate
carto.run/workload-name: acme-shopping
carto.run/workload-namespace: #@ data.values.workloadNamespace
networking.knative.dev/visibility: cluster-local
name: acme-shopping
namespace: #@ data.values.workloadNamespace
spec:
params:
- name: gitops_ssh_secret
value: tap-play-gitops-secret
- name: gitops_sub_path
value: config/workloads/acme-shopping
source:
git:
ref:
branch: main
url: https://github.com/gm2552/tap-play-gitops.git
---
apiVersion: carto.run/v1alpha1
kind: Deliverable
metadata:
creationTimestamp: "2022-09-21T17:16:02Z"
generation: 1
labels:
app.kubernetes.io/component: deliverable
app.kubernetes.io/part-of: acme-fitness-store
app.tanzu.vmware.com/deliverable-type: web
apps.tanzu.vmware.com/workload-type: server
carto.run/cluster-template-name: deliverable-template
carto.run/resource-name: deliverable
carto.run/supply-chain-name: source-to-url
carto.run/template-kind: ClusterTemplate
carto.run/workload-name: acme-order
carto.run/workload-namespace: #@ data.values.workloadNamespace
networking.knative.dev/visibility: cluster-local
name: acme-order
namespace: #@ data.values.workloadNamespace
spec:
params:
- name: gitops_ssh_secret
value: tap-play-gitops-secret
- name: gitops_sub_path
value: config/workloads/acme-order
source:
git:
ref:
branch: main
url: https://github.com/gm2552/tap-play-gitops.git
---
apiVersion: carto.run/v1alpha1
kind: Deliverable
metadata:
creationTimestamp: "2022-09-21T17:15:58Z"
generation: 1
labels:
app.kubernetes.io/component: deliverable
app.kubernetes.io/part-of: acme-fitness-store
app.tanzu.vmware.com/deliverable-type: web
apps.tanzu.vmware.com/workload-type: server
carto.run/cluster-template-name: deliverable-template
carto.run/resource-name: deliverable
carto.run/supply-chain-name: source-to-url
carto.run/template-kind: ClusterTemplate
carto.run/workload-name: acme-cart
carto.run/workload-namespace: #@ data.values.workloadNamespace
networking.knative.dev/visibility: cluster-local
name: acme-cart
namespace: #@ data.values.workloadNamespace
spec:
params:
- name: gitops_ssh_secret
value: tap-play-gitops-secret
- name: gitops_sub_path
value: config/workloads/acme-cart
source:
git:
ref:
branch: main
url: https://github.com/gm2552/tap-play-gitops.git