Skip to content

Commit 4b5c35e

Browse files
Update pkg/config/v1alpha1/types.go
Co-authored-by: Vince Prignano <[email protected]>
1 parent 75fcdf6 commit 4b5c35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/v1alpha1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type ControllerConfiguration struct {
3030

3131
// LeaderElection returns the LeaderElection config
3232
// +optional
33-
LeaderElection configv1alpha1.LeaderElectionConfiguration `json:"leaderElection,omitempty"`
33+
LeaderElection *configv1alpha1.LeaderElectionConfiguration `json:"leaderElection,omitempty"`
3434

3535
// CacheNamespace returns the namespace for the controller
3636
// +optional

0 commit comments

Comments
 (0)