mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix: do not cancel context when loosing the lead (#5180)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
11bfad27ec
commit
2dcd48ef6f
1 changed files with 0 additions and 3 deletions
|
@ -661,9 +661,6 @@ func main() {
|
|||
config.KyvernoPodName(),
|
||||
func(ctx context.Context) {
|
||||
logger := logger.WithName("leader")
|
||||
// when losing the lead we just terminate the pod
|
||||
// TODO: remove when we run the leader election loop continuously
|
||||
defer signalCancel()
|
||||
// validate config
|
||||
// if err := webhookCfg.ValidateWebhookConfigurations(config.KyvernoNamespace(), config.KyvernoConfigMapName()); err != nil {
|
||||
// logger.Error(err, "invalid format of the Kyverno init ConfigMap, please correct the format of 'data.webhooks'")
|
||||
|
|
Loading…
Add table
Reference in a new issue