Skip to content

Commit

Permalink
add volcano addons
Browse files Browse the repository at this point in the history
  • Loading branch information
hwdef committed Apr 1, 2022
1 parent d38da0b commit 5d0e694
Show file tree
Hide file tree
Showing 8 changed files with 9,168 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/config/addons_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestAddonsList(t *testing.T) {
Ambassador *interface{} `json:"ambassador"`
}

b := make([]byte, 544)
b := make([]byte, 557)
r, w, err := os.Pipe()
if err != nil {
t.Fatalf("failed to create pipe: %v", err)
Expand Down
4 changes: 4 additions & 0 deletions deploy/addons/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ var (
//go:embed gcp-auth/*.tmpl
GcpAuthAssets embed.FS

// Volcano assets for volcano addon
//go:embed volcano/*.tmpl
VolcanoAssets embed.FS

// VolumeSnapshotsAssets assets for volumesnapshots addon
//go:embed volumesnapshots/*.tmpl
VolumeSnapshotsAssets embed.FS
Expand Down
Loading

0 comments on commit 5d0e694

Please sign in to comment.