Skip to content

Commit

Permalink
Update apis/v1alpha1/opentelemetrycollector_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
  • Loading branch information
nikore and TylerHelmuth authored Aug 8, 2023
1 parent 1b0d574 commit 325f154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/v1alpha1/opentelemetrycollector_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ type OpenTelemetryCollectorSpec struct {
InitContainers []v1.Container `json:"initContainers,omitempty"`

// AdditionalContainers allows injecting additional containers into the Collector's pod definition.
// These sidecar containers can be used to authentication proxies, logging shipping sidecars, agents for shipping
// These sidecar containers can be used for authentication proxies, logging shipping sidecars, agents for shipping
// to metrics to their cloud, or in general sidecars that do not support automatic injection. This option only
// applies to Deployment, DaemonSet, and StatefulSet deployments of the collector. It does not apply to the sidecar
// method. More info:
Expand Down

0 comments on commit 325f154

Please sign in to comment.