Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
Add ability mark volumes in the CheContainers like persisted or ephem…
Browse files Browse the repository at this point in the history
…eral.

Signed-off-by: Oleksandr Andriienko <[email protected]>
  • Loading branch information
AndrienkoAleksandr committed Sep 13, 2019
1 parent c01a988 commit d3d08c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brokers/unified/vscode/sidecar.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func AddPluginRunnerRequirements(plugin model.ChePlugin, rand common.Random, use
container.Volumes = append(container.Volumes, model.Volume{
Name: "plugins",
MountPath: "/plugins",
PersistVolume: true,
})
container.MountSources = true
if !useLocalhost {
Expand Down

0 comments on commit d3d08c5

Please sign in to comment.