Fix the name of the API Service updater controller in the log messages
This commit is contained in:
parent
36dbc7c9bf
commit
110681cdb8
@ -1,4 +1,4 @@
|
|||||||
// Copyright 2020-2021 the Pinniped contributors. All Rights Reserved.
|
// Copyright 2020-2022 the Pinniped contributors. All Rights Reserved.
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package apicerts
|
package apicerts
|
||||||
@ -33,7 +33,7 @@ func NewAPIServiceUpdaterController(
|
|||||||
) controllerlib.Controller {
|
) controllerlib.Controller {
|
||||||
return controllerlib.New(
|
return controllerlib.New(
|
||||||
controllerlib.Config{
|
controllerlib.Config{
|
||||||
Name: "certs-manager-controller",
|
Name: "api-service-updater-controller",
|
||||||
Syncer: &apiServiceUpdaterController{
|
Syncer: &apiServiceUpdaterController{
|
||||||
namespace: namespace,
|
namespace: namespace,
|
||||||
certsSecretResourceName: certsSecretResourceName,
|
certsSecretResourceName: certsSecretResourceName,
|
||||||
|
Loading…
Reference in New Issue
Block a user