Skip to content

Commit

Permalink
Update keptn-apps.md
Browse files Browse the repository at this point in the history
Signed-off-by: Garvit Khandelwal <[email protected]>
  • Loading branch information
Garvit-77 authored Oct 29, 2024
1 parent 3c8afda commit 9fc04ec
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/docs/components/lifecycle-operator/keptn-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,11 @@ annotation/label is populated:
one `KeptnApp` resource is created automatically for each workload.

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

0 comments on commit 9fc04ec

Please sign in to comment.