mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
trivial typo update (#4291)
Signed-off-by: Dylan Shepard <dylan@shepard.dev>
This commit is contained in:
parent
943c3a1929
commit
d10f9d1b5a
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ func acquireLeader(ctx context.Context, kubeClient kubernetes.Interface) error {
|
|||
if err != nil {
|
||||
log.Log.Info("Lease 'kyvernopre-lock' not found. Starting clean-up...")
|
||||
} else {
|
||||
log.Log.Info("Leader was elected, quiting")
|
||||
log.Log.Info("Leader was elected, quitting")
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue