We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened: The webhookSecret should be optional if pollIntervalSeconds is defined, as also written here
webhookSecret
pollIntervalSeconds
dashboard/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.
informers.leases
dashboard/backend/lib/hooks.js
Lines 81 to 85 in 69c3963
informers
Lines 53 to 59 in 69c3963
SyncManager
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:
No branches or pull requests
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: