We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3534d94 commit 0551a98Copy full SHA for 0551a98
internal/manifests/collector/configmap.go
@@ -45,7 +45,7 @@ func ConfigMap(params manifests.Params) (*corev1.ConfigMap, error) {
45
46
replaceCfgOpts := []ta.TAOption{}
47
48
- if params.otelcol.Spec.TargetAllocator.Enabled && params.Config.CertManagerAvailability() == certmanager.Available && featuregate.EnableTargetAllocatorMTLS.IsEnabled() {
+ if params.OtelCol.Spec.TargetAllocator.Enabled && params.Config.CertManagerAvailability() == certmanager.Available && featuregate.EnableTargetAllocatorMTLS.IsEnabled() {
49
replaceCfgOpts = append(replaceCfgOpts, ta.WithTLSConfig(
50
filepath.Join(constants.TACollectorTLSDirPath, constants.TACollectorCAFileName),
51
filepath.Join(constants.TACollectorTLSDirPath, constants.TACollectorTLSCertFileName),
0 commit comments