Skip to content

Commit 497e57e

Browse files
authored
docs: add better overview KeptnApp to readme (#1254)
1 parent e644597 commit 497e57e

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -280,14 +280,18 @@ spec:
280280
version: "1.3"
281281
revision: 1
282282
workloads:
283-
- name: podtato-head-left-arm
284-
version: 0.1.0
285-
- name: podtato-head-left-leg
286-
version: 1.2.3
283+
- name: podtato-head-left-arm
284+
version: 0.1.0
285+
- name: podtato-head-left-leg
286+
version: 1.2.3
287+
preDeploymentTasks:
288+
- pre-deployment-hello
287289
postDeploymentTasks:
288-
- post-deployment-hello
289-
preDeploymentEvaluations:
290-
- my-prometheus-definition
290+
- post-deployment-hello
291+
preDeploymentEvaluations:
292+
- my-prometheus-definition
293+
postDeploymentEvaluations:
294+
- my-prometheus-definition
291295
```
292296

293297
While changes in the workload version will affect only workload checks, a change in the app version will also cause a

0 commit comments

Comments
 (0)