Skip to content

Commit 2a8dee8

Browse files
authored
Merge pull request #18 from lightstep/gtd.fix-readme
docs: fix readme generation
2 parents 291540a + 21cea48 commit 2a8dee8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/lightstepsatellite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Lightstep microsatellite to collect telemetry data.
2929
| lightstep.guid | string | `nil` | defaults to pod's name using the Downward API |
3030
| lightstep.http_plain_port | int | `8181` | |
3131
| lightstep.http_secure_port | int | `9191` | |
32-
| lightstep.max_msg_size_bytes | int | `0` | Max gRPC server message size the microsatellite will accept. A value of 0 means the gRPC default of 4MiB |
32+
| lightstep.max_msg_size_bytes | int | `0` | Configure max gRPC receive message size in bytes. https://pkg.go.dev/google.golang.org/grpc#MaxRecvMsgSize Defaults to the library default of 4MiB if falsy. |
3333
| lightstep.plain_port | int | `8383` | |
3434
| lightstep.project_name | string | `""` | REQUIRED if `lightstep.disable_access_token_checking` is `true` |
3535
| lightstep.satelliteKey | string | `""` | REQUIRED: your Satellite Key - if not set, `lightstep.collector_satellite_key_secret_name` and `lightstep.collector_satellite_key_secret_key` must be set |

charts/lightstepsatellite/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ lightstep:
117117
secure_port: 9393
118118
tls_cert_prefix:
119119
collector_ingestion_tags:
120-
# Configure max gRPC receive message size in bytes.
120+
# -- Configure max gRPC receive message size in bytes.
121121
# https://pkg.go.dev/google.golang.org/grpc#MaxRecvMsgSize
122-
# Defaults to the library default of 4MiB.
122+
# Defaults to the library default of 4MiB if falsy.
123123
max_msg_size_bytes: 0
124124

125125
# Recommended resources would be 2Gi memory and 2 cpu

0 commit comments

Comments
 (0)