Skip to content

Commit

Permalink
Rename telemeterClientDisabled to TELEMETER_CLIENT_DISABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealJon committed Apr 3, 2024
1 parent aabe38c commit eb07fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/console/subresource/configmap/configmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func GetTelemetryConfiguration(operatorConfig *operatorv1.Console, telemeterClie
}

if !telemeterClientIsAvailable {
telemetry["telemeterClientDisabled"] = "true"
telemetry["TELEMETER_CLIENT_DISABLED"] = "true"
}
return telemetry
}
Expand Down

0 comments on commit eb07fb1

Please sign in to comment.