Skip to content

Commit 4851ed8

Browse files
committed
Fix
Signed-off-by: Pavol Loffay <[email protected]>
1 parent ec5f775 commit 4851ed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundle/manifests/opentelemetry.io_opentelemetrycollectors.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2239,7 +2239,7 @@ spec:
22392239
type: integer
22402240
type: object
22412241
config:
2242-
description: Config is the raw JSON to be used as the collector's
2242+
description: Config is the raw YAML to be used as the collector's
22432243
configuration. Refer to the OpenTelemetry Collector documentation
22442244
for details.
22452245
type: string

docs/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10312,7 +10312,7 @@ for the OpenTelemetryCollector workload.<br/>
1031210312
<td><b>config</b></td>
1031310313
<td>string</td>
1031410314
<td>
10315-
Config is the raw JSON to be used as the collector's configuration. Refer to the OpenTelemetry Collector documentation for details.<br/>
10315+
Config is the raw YAML to be used as the collector's configuration. Refer to the OpenTelemetry Collector documentation for details.<br/>
1031610316
</td>
1031710317
<td>false</td>
1031810318
</tr><tr>

0 commit comments

Comments
 (0)