Skip to content

Commit 98a75d2

Browse files
committed
apply suggestions writing
1 parent 92b04f0 commit 98a75d2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

apis/telemetry/v1alpha1/shared_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type Header struct {
4949
}
5050

5151
type OtlpTLS struct {
52-
// Defines whether to send requests via plaintext instead of TLS.
52+
// Defines whether to send requests using plaintext instead of TLS.
5353
Insecure bool `json:"insecure"`
5454
// Defines whether to skip TLS certificate verification.
5555
InsecureSkipVerify bool `json:"insecureSkipVerify,omitempty"`

config/crd/bases/telemetry.kyma-project.io_tracepipelines.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ spec:
228228
type: object
229229
type: object
230230
insecure:
231-
description: Defines whether to send requests via plaintext
231+
description: Defines whether to send requests using plaintext
232232
instead of TLS.
233233
type: boolean
234234
insecureSkipVerify:

config/development/telemetry.kyma-project.io_metricpipelines.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ spec:
263263
type: object
264264
type: object
265265
insecure:
266-
description: Defines whether to send requests via plaintext
266+
description: Defines whether to send requests using plaintext
267267
instead of TLS.
268268
type: boolean
269269
insecureSkipVerify:

docs/user/resources/04-tracepipeline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For details, see the [TracePipeline specification file](https://github.com/kyma-
9696
| **output.​otlp.​tls.​cert.​valueFrom.​secretKeyRef.​key** | string | |
9797
| **output.​otlp.​tls.​cert.​valueFrom.​secretKeyRef.​name** | string | |
9898
| **output.​otlp.​tls.​cert.​valueFrom.​secretKeyRef.​namespace** | string | |
99-
| **output.​otlp.​tls.​insecure** (required) | boolean | Defines whether to send requests via plaintext instead of TLS. |
99+
| **output.​otlp.​tls.​insecure** (required) | boolean | Defines whether to send requests using plaintext instead of TLS. |
100100
| **output.​otlp.​tls.​insecureSkipVerify** | boolean | Defines whether to skip TLS certificate verification. |
101101
| **output.​otlp.​tls.​key** | object | Defines the client key. |
102102
| **output.​otlp.​tls.​key.​value** | string | Value that can contain references to Secret values. |

docs/user/resources/05-metricpipeline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For details, see the [MetricPipeline specification file](https://github.com/kyma
107107
| **output.​otlp.​tls.​cert.​valueFrom.​secretKeyRef.​key** | string | |
108108
| **output.​otlp.​tls.​cert.​valueFrom.​secretKeyRef.​name** | string | |
109109
| **output.​otlp.​tls.​cert.​valueFrom.​secretKeyRef.​namespace** | string | |
110-
| **output.​otlp.​tls.​insecure** (required) | boolean | Defines whether to send requests via plaintext instead of TLS. |
110+
| **output.​otlp.​tls.​insecure** (required) | boolean | Defines whether to send requests using plaintext instead of TLS. |
111111
| **output.​otlp.​tls.​insecureSkipVerify** | boolean | Defines whether to skip TLS certificate verification. |
112112
| **output.​otlp.​tls.​key** | object | Defines the client key. |
113113
| **output.​otlp.​tls.​key.​value** | string | Value that can contain references to Secret values. |

0 commit comments

Comments
 (0)