Skip to content

Commit

Permalink
Update pkg/config/v1alpha1/types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Vince Prignano <vince@vincepri.com>
  • Loading branch information
christopherhein and vincepri committed Oct 7, 2020
1 parent 75fcdf6 commit 4b5c35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type ControllerConfiguration struct {

// LeaderElection returns the LeaderElection config
// +optional
LeaderElection configv1alpha1.LeaderElectionConfiguration `json:"leaderElection,omitempty"`
LeaderElection *configv1alpha1.LeaderElectionConfiguration `json:"leaderElection,omitempty"`

// CacheNamespace returns the namespace for the controller
// +optional
Expand Down

0 comments on commit 4b5c35e

Please sign in to comment.