Skip to content

Commit

Permalink
Resolve conflicts.
Browse files Browse the repository at this point in the history
Signed-off-by: Ye Cao <[email protected]>
  • Loading branch information
dashanji committed Jan 2, 2024
1 parent a327e5d commit 9337d8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/common/vineyard.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const (
DefaultVineyardWorkerImage = "vineyardcloudnative/vineyardd:latest"

DefultVineyardFuseImage = "vineyardcloudnative/mount-vineyard-socket:latest"

VineyardEngineImpl = VineyardRuntime
)

var (
Expand Down
1 change: 1 addition & 0 deletions pkg/ddc/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func init() {
common.JuiceFSEngineImpl: juicefs.Build,
common.ThinEngineImpl: thin.Build,
common.EFCEngineImpl: efc.Build,
common.VineyardEngineImpl: vineyard.Build,
}

deploy.SetPrecheckFunc(map[string]deploy.CheckFunc{
Expand Down

0 comments on commit 9337d8b

Please sign in to comment.