Skip to content

Commit 6af7b2c

Browse files
committed
Tweak workdir and add replacements
1 parent cbd2db8 commit 6af7b2c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

install/installer/pkg/components/blobserve/configmap.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,11 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) {
101101
},
102102
ctx.RepoName(ctx.Config.Repository, ide.XtermIDEImage): {
103103
PrePull: []string{},
104-
Workdir: "/ide",
104+
Workdir: "/ide/xterm",
105+
InlineStatic: []blobserve_config.InlineReplacement{{
106+
Search: "/_supervisor/frontend",
107+
Replacement: "${supervisor}",
108+
}},
105109
},
106110
},
107111
BlobSpace: blobserve_config.BlobSpace{

0 commit comments

Comments
 (0)