Skip to content

Commit c3c46c5

Browse files
authored
Remove unnecessary source array from trust manager objects (#18469)
1 parent 9b06d2e commit c3c46c5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ func certmanager(ctx *common.RenderContext) ([]runtime.Object, error) {
3535
},
3636
}
3737

38-
gitpodCustomCertificateBundleSource := []trust.BundleSource{
39-
{
40-
UseDefaultCAs: pointer.Bool(false),
41-
},
42-
}
38+
gitpodCustomCertificateBundleSource := []trust.BundleSource{}
4339

4440
if ctx.Config.CustomCACert != nil {
4541
gitpodCaBundleSources = append(gitpodCaBundleSources, trust.BundleSource{

0 commit comments

Comments
 (0)