File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
install/installer/pkg/common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,11 +122,11 @@ func DefaultEnv(cfg *config.Config) []corev1.EnvVar {
122122 }},
123123 {Name : "KUBE_DOMAIN" , Value : "svc.cluster.local" },
124124 {Name : "LOG_LEVEL" , Value : strings .ToLower (logLevel )},
125- // TODO(gpl): This is our bandaid for https:://tldr.fail, until we upgrade from Go 1.23 to 1.24
125+ // TODO(gpl): This is our bandaid for https:://tldr.fail
126126 // See these issues for details:
127127 // - https://linear.app/gitpod/issue/CLC-1264/investigate-public-api-server-connectivity-issues-during-sso-login#comment-f2daa302
128128 // - https://linear.app/gitpod/issue/CLC-1067/go-upgrade-from-123x-to-124x-once-available for details
129- {Name : "GODEBUG" , Value : "tlskyber =0" },
129+ {Name : "GODEBUG" , Value : "tlsmlkem =0" },
130130 },
131131 ProxyEnv (cfg ),
132132 )
You can’t perform that action at this time.
0 commit comments