Skip to content

Commit 0ed33bf

Browse files
authored
Fix the filename in env vars
1 parent b00d300 commit 0ed33bf

File tree

1 file changed

+1
-1
lines changed
  • components/ws-manager-mk2/controllers

1 file changed

+1
-1
lines changed

components/ws-manager-mk2/controllers/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ func createWorkspaceEnvironment(sctx *startWorkspaceContext) ([]corev1.EnvVar, e
562562
result = append(result, corev1.EnvVar{Name: "THEIA_MINI_BROWSER_HOST_PATTERN", Value: "browser-{{hostname}}"})
563563

564564
const (
565-
customCAMountPath = "/etc/ssl/certs/custom-ca.crt"
565+
customCAMountPath = "/etc/ssl/certs/gitpod-ca.crt"
566566
certsMountPath = "/etc/ssl/certs/"
567567
)
568568

0 commit comments

Comments
 (0)