Skip to content

Commit

Permalink
fixup! feat: Configurable PVC size (fix devfile#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
AObuchow committed May 25, 2022
1 parent c2aa8d0 commit ae1cfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func logCurrentConfig() {
config = append(config, fmt.Sprintf("workspace.defaultStorageSize.common=%s", Workspace.DefaultStorageSize.Common.String()))
}
if Workspace.DefaultStorageSize.PerWorkspace != nil {
config = append(config, fmt.Sprintf("workspace.defaultStorageSize.per-workspace=%s", Workspace.DefaultStorageSize.PerWorkspace.String()))
config = append(config, fmt.Sprintf("workspace.defaultStorageSize.perWorkspace=%s", Workspace.DefaultStorageSize.PerWorkspace.String()))
}
}
}
Expand Down

0 comments on commit ae1cfd2

Please sign in to comment.