Skip to content

Commit

Permalink
add volcano addons
Browse files Browse the repository at this point in the history
  • Loading branch information
hwdef committed Mar 31, 2022
1 parent d38da0b commit a433114
Show file tree
Hide file tree
Showing 4 changed files with 9,048 additions and 0 deletions.
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 a433114

Please sign in to comment.