Skip to content

Commit 6048ca2

Browse files
committed
[ws-manager-mk2] Don't filter GITPOD_IMAGE_AUTH from env if it's set
Tool: gitpod/catfood.gitpod.cloud
1 parent ba2f367 commit 6048ca2

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,8 @@ func createWorkspaceEnvironment(sctx *startWorkspaceContext) ([]corev1.EnvVar, e
596596
"GITPOD_EXTERNAL_EXTENSIONS",
597597
"GITPOD_WORKSPACE_CLASS_INFO",
598598
"GITPOD_IDE_ALIAS",
599-
"GITPOD_RLIMIT_CORE":
599+
"GITPOD_RLIMIT_CORE",
600+
"GITPOD_IMAGE_AUTH":
600601
// these variables are allowed - don't skip them
601602
default:
602603
if strings.HasPrefix(e.Name, "GITPOD_") {

0 commit comments

Comments
 (0)