File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
docs/docs/components/lifecycle-operator Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments