KohlsTechnology / eunomia

A GitOps Operator for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deduplicate webhook triggers against same GitOpsConfig

Smiley73 opened this issue · comments

What version of eunomia are you using?

eunomia version: 0.1.7

Does this issue reproduce with the latest release?
Yes

What operating system and processor architecture are you using (kubectl version)?
x86_64

What did you do?
We have 2 repos configured with a webhook, going against the same GitOpsConfig. One repo is for the helm templates, the other for the configuration.

What did you expect to see?

One job gets kicked off to apply the configuration or at the very least only one concurrent execution is running.

What did you see instead?

Two jobs were kicked off, one for each webhook.

My bad... nevermind