Skip to content

Commit 134f651

Browse files
committed
[ws-manager-mk2] Don't filter GITPOD_IMAGE_AUTH from env if it's set
1 parent ad4b7a8 commit 134f651

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,8 @@ func createWorkspaceEnvironment(sctx *startWorkspaceContext) ([]corev1.EnvVar, e
593593
"GITPOD_EXTERNAL_EXTENSIONS",
594594
"GITPOD_WORKSPACE_CLASS_INFO",
595595
"GITPOD_IDE_ALIAS",
596-
"GITPOD_RLIMIT_CORE":
596+
"GITPOD_RLIMIT_CORE",
597+
"GITPOD_IMAGE_AUTH":
597598
// these variables are allowed - don't skip them
598599
default:
599600
if strings.HasPrefix(e.Name, "GITPOD_") {

0 commit comments

Comments
 (0)