mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Fix reconciler name typo
This commit is contained in:
parent
04f3dd4119
commit
8c79f1458c
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -73,7 +73,7 @@ func main() {
|
|||
setupLog.Error(err, "unable to create controller", "controller", "SecretStore")
|
||||
os.Exit(1)
|
||||
}
|
||||
if err = (&externalsecret.Reconciler{
|
||||
if err = (&externalsecret.ExternalSecretReconciler{
|
||||
Client: mgr.GetClient(),
|
||||
Log: ctrl.Log.WithName("controllers").WithName("ExternalSecret"),
|
||||
Scheme: mgr.GetScheme(),
|
||||
|
|
Loading…
Reference in a new issue