File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ func (co *consoleOperator) SyncConfigMap(
367
367
monitoringSharedConfig = & corev1.ConfigMap {}
368
368
}
369
369
370
- telemeterConfig , tcErr := co .GetTelemeterConfiguration (ctx , operatorConfig )
370
+ telemetryConfig , tcErr := co .GetTelemetryConfiguration (ctx , operatorConfig )
371
371
if tcErr != nil {
372
372
return nil , false , "FailedGetTelemetryConfig" , tcErr
373
373
}
@@ -397,7 +397,7 @@ func (co *consoleOperator) SyncConfigMap(
397
397
nodeArchitectures ,
398
398
nodeOperatingSystems ,
399
399
copiedCSVsDisabled ,
400
- telemeterConfig ,
400
+ telemetryConfig ,
401
401
)
402
402
if err != nil {
403
403
return nil , false , "FailedConsoleConfigBuilder" , err
@@ -419,7 +419,7 @@ func (co *consoleOperator) SyncConfigMap(
419
419
// 3. get default telemetry value from telemetry-config configmap
420
420
// 4. get CLUSTER_ID from the cluster-version config
421
421
// 5. get ORGANIZATION_ID from OCM, if ORGANIZATION_ID is not already set
422
- func (co * consoleOperator ) GetTelemeterConfiguration (ctx context.Context , operatorConfig * operatorv1.Console ) (map [string ]string , error ) {
422
+ func (co * consoleOperator ) GetTelemetryConfiguration (ctx context.Context , operatorConfig * operatorv1.Console ) (map [string ]string , error ) {
423
423
telemetryConfig := make (map [string ]string )
424
424
425
425
if len (operatorConfig .Annotations ) > 0 {
You can’t perform that action at this time.
0 commit comments