Skip to content

Commit a735ff2

Browse files
authored
minor beautification
Signed-off-by: Moritz Wiesinger <[email protected]>
1 parent 728e5b3 commit a735ff2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ annotation/label is populated:
144144
This means that when only workload and version annotations/labels are provided — without
145145
the `keptn.sh/app` or `app.kubernetes.io/part-of` annotation — Keptn creates a `KeptnApp`
146146
resource for each `KeptnWorkload`.
147-
Consequently, observability traces will capture individual`KeptnWorkload`
147+
Consequently, observability traces will capture individual `KeptnWorkload`
148148
resources, but they will not represent the combined workloads that make up the complete
149149
deployed application.

docs/docs/guides/integrate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ annotation/label is populated:
135135
and your observability output traces the individual `Keptnworkload` resources
136136
but not the combined workloads that constitute your deployed application.
137137

138-
> **Note**: Keptn application discovery concatenates the values of the app.kubernetes.io/name or
139-
keptn.sh/workload and app.kubernetes.io/part-of or keptn.sh/app annotation to determine the
140-
name of the KeptnWorkload.
138+
> **Note**: Keptn application discovery concatenates the values of the `app.kubernetes.io/name` (or
139+
`keptn.sh/workload`) and `app.kubernetes.io/part-of` (or `keptn.sh/app`) annotation to determine the
140+
name of the `KeptnWorkload`.
141141

142142
See
143143
[Keptn Applications and Keptn Workloads](../components/lifecycle-operator/keptn-apps.md)

0 commit comments

Comments
 (0)