GitHub ticket feature skipped if no webhook secret defined #1826
Labels
component/dashboard
Gardener Dashboard
kind/bug
Bug
lifecycle/stale
Nobody worked on this for 6 months (will further age)
What happened:
The
webhookSecret
should be optional ifpollIntervalSeconds
is defined, as also written heredashboard/charts/gardener-dashboard/values.yaml
Line 383 in 69c3963
However the SyncManager is not started if there is no
webhookSecret
configured. In this case,informers.leases
is not added.dashboard/backend/lib/hooks.js
Lines 81 to 85 in 69c3963
Leases key is not present on
informers
dashboard/backend/lib/hooks.js
Lines 53 to 59 in 69c3963
SyncManager
)dashboard/backend/lib/hooks.js
Line 55 in 69c3963
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
Environment:
The text was updated successfully, but these errors were encountered: