We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e644597 commit 497e57eCopy full SHA for 497e57e
1 file changed
README.md
@@ -280,14 +280,18 @@ spec:
280
version: "1.3"
281
revision: 1
282
workloads:
283
- - name: podtato-head-left-arm
284
- version: 0.1.0
285
- - name: podtato-head-left-leg
286
- version: 1.2.3
+ - name: podtato-head-left-arm
+ version: 0.1.0
+ - name: podtato-head-left-leg
+ version: 1.2.3
287
+ preDeploymentTasks:
288
+ - pre-deployment-hello
289
postDeploymentTasks:
- - post-deployment-hello
- preDeploymentEvaluations:
290
- - my-prometheus-definition
+ - post-deployment-hello
291
+ preDeploymentEvaluations:
292
+ - my-prometheus-definition
293
+ postDeploymentEvaluations:
294
295
```
296
297
While changes in the workload version will affect only workload checks, a change in the app version will also cause a
0 commit comments