We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fcdf6 commit 4b5c35eCopy full SHA for 4b5c35e
pkg/config/v1alpha1/types.go
@@ -30,7 +30,7 @@ type ControllerConfiguration struct {
30
31
// LeaderElection returns the LeaderElection config
32
// +optional
33
- LeaderElection configv1alpha1.LeaderElectionConfiguration `json:"leaderElection,omitempty"`
+ LeaderElection *configv1alpha1.LeaderElectionConfiguration `json:"leaderElection,omitempty"`
34
35
// CacheNamespace returns the namespace for the controller
36
0 commit comments