Skip to content

Commit d67dfb3

Browse files
ComradeProgrammermedyagh
authored andcommitted
addon: add addon for volcano
1 parent 5a1038d commit d67dfb3

File tree

7 files changed

+9671
-1
lines changed

7 files changed

+9671
-1
lines changed

deploy/addons/assets.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ var (
135135
//go:embed gcp-auth/*.tmpl gcp-auth/*.yaml
136136
GcpAuthAssets embed.FS
137137

138+
// Volcano assets for volcano addon
139+
//go:embed volcano/*.tmpl
140+
VolcanoAssets embed.FS
141+
138142
// VolumeSnapshotsAssets assets for volumesnapshots addon
139143
//go:embed volumesnapshots/*.tmpl volumesnapshots/*.yaml
140144
VolumeSnapshotsAssets embed.FS

0 commit comments

Comments
 (0)