Skip to content

Commit 0551a98

Browse files
committed
Typo
1 parent 3534d94 commit 0551a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/manifests/collector/configmap.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func ConfigMap(params manifests.Params) (*corev1.ConfigMap, error) {
4545

4646
replaceCfgOpts := []ta.TAOption{}
4747

48-
if params.otelcol.Spec.TargetAllocator.Enabled && params.Config.CertManagerAvailability() == certmanager.Available && featuregate.EnableTargetAllocatorMTLS.IsEnabled() {
48+
if params.OtelCol.Spec.TargetAllocator.Enabled && params.Config.CertManagerAvailability() == certmanager.Available && featuregate.EnableTargetAllocatorMTLS.IsEnabled() {
4949
replaceCfgOpts = append(replaceCfgOpts, ta.WithTLSConfig(
5050
filepath.Join(constants.TACollectorTLSDirPath, constants.TACollectorCAFileName),
5151
filepath.Join(constants.TACollectorTLSDirPath, constants.TACollectorTLSCertFileName),

0 commit comments

Comments
 (0)