1
0
Fork 0
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:
Charles-Edouard Brétéché 2022-11-01 15:33:41 +00:00 committed by GitHub
parent 11bfad27ec
commit 2dcd48ef6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'")