Skip to content

Commit 558bbf8

Browse files
committed
Cleanup
1 parent 1fa1aeb commit 558bbf8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

install/installer/pkg/components/cluster/certmanager.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ func certmanager(ctx *common.RenderContext) ([]runtime.Object, error) {
3939
{
4040
UseDefaultCAs: pointer.Bool(true),
4141
},
42-
{
43-
Secret: &trust.SourceObjectKeySelector{
44-
Name: secretCAName,
45-
KeySelector: trust.KeySelector{Key: "ca.crt"},
46-
},
47-
},
4842
}
4943

5044
if ctx.Config.CustomCACert != nil {

0 commit comments

Comments
 (0)