File tree Expand file tree Collapse file tree 3 files changed +7
-16
lines changed
docs/content/en/docs/implementing
lifecycle-operator/config/samples/function_execution Expand file tree Collapse file tree 3 files changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,6 @@ kind: KeptnTask
51
51
metadata:
52
52
name: runhelloworld1
53
53
spec:
54
- workload: "my-workload"
55
- workloadVersion: "1.0.0"
56
- appVersion: "1.0.0"
57
- app: "my-app"
58
54
taskDefinition: helloworldtask
59
55
context:
60
56
appName: "my-app"
@@ -87,10 +83,6 @@ kind: KeptnTask
87
83
metadata:
88
84
name: runhelloworld2
89
85
spec:
90
- workload: "my-workload"
91
- workloadVersion: "1.0.1"
92
- appVersion: "1.0.1"
93
- app: "my-app"
94
86
taskDefinition: helloworldtask
95
87
context:
96
88
appName: "my-app"
Original file line number Diff line number Diff line change @@ -5,9 +5,12 @@ metadata:
5
5
spec :
6
6
taskDefinition : schedule-upstream-deployment
7
7
context :
8
- workloadName : my-workload
9
- workloadVersion : " 1.0"
10
- app : my-app
8
+ appName : " my-app"
9
+ appVersion : " 1.0.0"
10
+ objectType : " "
11
+ taskType : " "
12
+ workloadName : " my-workload"
13
+ workloadVersion : " 1.0.0"
11
14
parameters :
12
15
map :
13
16
targetDate : " 2022-04-16T06:55:31.820Z"
Original file line number Diff line number Diff line change 1
- apiVersion : lifecycle.keptn.sh/v1alpha2
1
+ apiVersion : lifecycle.keptn.sh/v1alpha3
2
2
kind : KeptnTask
3
3
metadata :
4
4
name : slack-deployment-notification
5
5
spec :
6
6
taskDefinition : slack-notification-inline
7
- appVersion : " 1.0"
8
- workload : " w"
9
- workloadVersion : " 2.0"
10
- app : " app"
11
7
context :
12
8
workloadName : my-workload
13
9
workloadVersion : " 1.0"
You can’t perform that action at this time.
0 commit comments