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 dc8fb84 commit 5e349feCopy full SHA for 5e349fe
pkg/certgenerator/v1beta1/generator.go
@@ -73,7 +73,7 @@ func (c *CertGenerator) Start(ctx context.Context) error {
73
}
74
75
func (c *CertGenerator) NeedLeaderElection() bool {
76
- return true
+ return false
77
78
79
// AddToManager adds the cert-generator to the manager.
0 commit comments