Skip to content

Commit

Permalink
Update pkg/provision/storage/commonStorage.go
Browse files Browse the repository at this point in the history
Co-authored-by: Angel Misevski <[email protected]>
  • Loading branch information
dkwon17 and amisevsk authored Jan 23, 2024
1 parent 86cd742 commit d3eb709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/provision/storage/commonStorage.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ func (p *CommonStorageProvisioner) rewriteContainerVolumeMounts(workspaceId, pvc
if err != nil {
return err
}
for key, value := range overridesVolumes {
additionalVolumes[key] = value
for volumeName, present := range overridesVolumes {
additionalVolumes[volumeName] = present
}

// Add implicit projects volume to support mountSources, if needed
Expand Down

0 comments on commit d3eb709

Please sign in to comment.