Skip to content

Commit 9fc04ec

Browse files
authored
Update keptn-apps.md
Signed-off-by: Garvit Khandelwal <[email protected]>
1 parent 3c8afda commit 9fc04ec

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/docs/components/lifecycle-operator/keptn-apps.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,11 @@ annotation/label is populated:
139139
one `KeptnApp` resource is created automatically for each workload.
140140

141141
> **Note**: Keptn application discovery determines the name of the `KeptnWorkload`
142-
by concatenating the values of the `app.kubernetes.io/name` (or `keptn.sh/workload`)
143-
and `app.kubernetes.io/part-of` (or `keptn.sh/app`) annotations. This means that when
144-
only workload and version annotations/labels are provided — without the `keptn.sh/app`
145-
or `app.kubernetes.io/part-of` annotation — Keptn creates a `KeptnApp` resource for each
146-
`KeptnWorkload`. Consequently, observability traces will capture individual `KeptnWorkload`
142+
by concatenating the values of the `app.kubernetes.io/name` (or `keptn.sh/workload`)
143+
and `app.kubernetes.io/part-of` (or `keptn.sh/app`) annotations.
144+
This means that when only workload and version annotations/labels are provided — without
145+
the `keptn.sh/app` or `app.kubernetes.io/part-of` annotation — Keptn creates a `KeptnApp`
146+
resource for each `KeptnWorkload`.
147+
Consequently, observability traces will capture individual`KeptnWorkload`
147148
resources, but they will not represent the combined workloads that make up the complete
148-
deployed application.
149+
deployed application.

0 commit comments

Comments
 (0)